#8EFDCA

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

Shades of Aquamarine #8EFDCA

Tints of Aquamarine #8EFDCA

Color information

#8EFDCA (or 0x8EFDCA) is unknown color: approx Aquamarine. HEX triplet: 8E, FD and CA. RGB value is (142,253,202). Sum of RGB (Red+Green+Blue) = 142+253+202=597 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.79% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFDCA is #710235. Grayscale: #D6D6D6. Windows color (decimal): -7406134 or 13303182. OLE color: 13303182.

HSL color Cylindrical-coordinate representation of color #8EFDCA: hue angle of 152.43º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFDCA is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB142253202-
CMYK0.4400.200.01
HSL152.43º96.52%77.45%-
HSV(B)152.43º43.87%99.22%-
XYZ56.9480.2768.37-
YUV214121.2376.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.79%
GREEN value IS 253 (99.22% from 255) = 42.38%
BLUE value IS 202 (79.30% from 255) = 33.84%
R=23.79%
G=42.38%
B=33.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422532020.4400.200.01152.4396.5277.45
Hex8EFDCA2C014198614d
Octal216375312540241230141115
Binary10001110111111011100101010110001010011001100011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,253,202); }

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

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

 a { background-color: rgb(142,253,202); }

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

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

 span { border-color: rgb(142,253,202); }

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