#8DFEBB

Color #8DFEBB Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #8DFEBB

Tints of Aquamarine #8DFEBB

Color information

#8DFEBB (or 0x8DFEBB) is unknown color: approx Aquamarine. HEX triplet: 8D, FE and BB. RGB value is (141,254,187). Sum of RGB (Red+Green+Blue) = 141+254+187=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFEBB is #720144. Grayscale: #D4D4D4. Windows color (decimal): -7471429 or 12320397. OLE color: 12320397.

HSL color Cylindrical-coordinate representation of color #8DFEBB: hue angle of 144.42º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFEBB is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB141254187-
CMYK0.4400.260.00
HSL144.42º98.26%77.45%-
HSV(B)144.42º44.49%99.61%-
XYZ55.480.1359.56-
YUV212.58113.5676.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 24.23%
GREEN value IS 254 (99.61% from 255) = 43.64%
BLUE value IS 187 (73.44% from 255) = 32.13%
R=24.23%
G=43.64%
B=32.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412541870.4400.260.00144.4298.2677.45
Hex8DFEBB2C01A090624d
Octal215376273540320220142115
Binary10001101111111101011101110110001101001001000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DFEBB; }

 p { color: rgb(141,254,187); }

 H1.HeaderClassName
 {
   color: #8DFEBB;
 }
 .AnyTagClassName
 {
   color: #8DFEBB;
 }
</style>
background-color css

<style>
 a { background-color: #8DFEBB; }

 a { background-color: rgb(141,254,187); }

 div.DivClassName
 {
   background-color: #8DFEBB;
 }
 .BgClassName
 {
   background-color: #8DFEBB;
 }
</style>
border-color css

<style>
 span { border-color: #8DFEBB; }

 span { border-color: rgb(141,254,187); }

 td.TdClassName
 {
   border-color: #8DFEBB;
 }
 .TagClassName
 {
   border-color: #8DFEBB;
 }
</style>