#8CEFC9

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

Shades of Aquamarine #8CEFC9

Tints of Aquamarine #8CEFC9

Color information

#8CEFC9 (or 0x8CEFC9) is unknown color: approx Aquamarine. HEX triplet: 8C, EF and C9. RGB value is (140,239,201). Sum of RGB (Red+Green+Blue) = 140+239+201=580 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.14% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEFC9 is #731036. Grayscale: #CDCDCD. Windows color (decimal): -7540791 or 13234060. OLE color: 13234060.

HSL color Cylindrical-coordinate representation of color #8CEFC9: hue angle of 156.97º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEFC9 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB140239201-
CMYK0.4100.160.06
HSL156.97º75.57%74.31%-
HSV(B)156.97º41.42%93.73%-
XYZ52.2271.5366.31-
YUV205.07125.781.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.14%
GREEN value IS 239 (93.75% from 255) = 41.21%
BLUE value IS 201 (78.91% from 255) = 34.66%
R=24.14%
G=41.21%
B=34.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1402392010.4100.160.06156.9775.5774.31
Hex8CEFC92901069d4c4a
Octal214357311510206235114112
Binary1000110011101111110010011010010100001101001110110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,239,201); }

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

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

 a { background-color: rgb(140,239,201); }

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

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

 span { border-color: rgb(140,239,201); }

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