#8EFDCF

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

Shades of Aquamarine #8EFDCF

Tints of Aquamarine #8EFDCF

Color information

#8EFDCF (or 0x8EFDCF) is unknown color: approx Aquamarine. HEX triplet: 8E, FD and CF. RGB value is (142,253,207). Sum of RGB (Red+Green+Blue) = 142+253+207=602 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.59% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFDCF is #710230. Grayscale: #D6D6D6. Windows color (decimal): -7406129 or 13630862. OLE color: 13630862.

HSL color Cylindrical-coordinate representation of color #8EFDCF: hue angle of 155.14º 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 #8EFDCF is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB142253207-
CMYK0.4400.180.01
HSL155.14º96.52%77.45%-
HSV(B)155.14º43.87%99.22%-
XYZ57.5480.5171.54-
YUV214.57123.7376.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.59%
GREEN value IS 253 (99.22% from 255) = 42.03%
BLUE value IS 207 (81.25% from 255) = 34.39%
R=23.59%
G=42.03%
B=34.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422532070.4400.180.01155.1496.5277.45
Hex8EFDCF2C01219b614d
Octal216375317540221233141115
Binary10001110111111011100111110110001001011001101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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