#8EFBE4

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

Shades of Aquamarine #8EFBE4

Tints of Aquamarine #8EFBE4

Color information

#8EFBE4 (or 0x8EFBE4) is unknown color: approx Aquamarine. HEX triplet: 8E, FB and E4. RGB value is (142,251,228). Sum of RGB (Red+Green+Blue) = 142+251+228=621 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.87% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFBE4 is #71041B. Grayscale: #D7D7D7. Windows color (decimal): -7406620 or 15006606. OLE color: 15006606.

HSL color Cylindrical-coordinate representation of color #8EFBE4: hue angle of 167.34º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EFBE4 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB142251228-
CMYK0.4300.090.02
HSL167.34º93.16%77.06%-
HSV(B)167.34º43.43%98.43%-
XYZ59.6680.3585.76-
YUV215.79134.8975.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.87%
GREEN value IS 251 (98.44% from 255) = 40.42%
BLUE value IS 228 (89.45% from 255) = 36.71%
R=22.87%
G=40.42%
B=36.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422512280.4300.090.02167.3493.1677.06
Hex8EFBE42B092a75d4d
Octal216373344530112247135115
Binary10001110111110111110010010101101001101010011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,251,228); }

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

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

 a { background-color: rgb(142,251,228); }

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

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

 span { border-color: rgb(142,251,228); }

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