#8CEFCC

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

Shades of Aquamarine #8CEFCC

Tints of Aquamarine #8CEFCC

Color information

#8CEFCC (or 0x8CEFCC) is unknown color: approx Aquamarine. HEX triplet: 8C, EF and CC. RGB value is (140,239,204). Sum of RGB (Red+Green+Blue) = 140+239+204=583 (77% of max value = 765). Red value is 140 (55.08% from 255 or 24.01% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEFCC is #731033. Grayscale: #CDCDCD. Windows color (decimal): -7540788 or 13430668. OLE color: 13430668.

HSL color Cylindrical-coordinate representation of color #8CEFCC: hue angle of 158.79º 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 #8CEFCC is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB140239204-
CMYK0.4100.150.06
HSL158.79º75.57%74.31%-
HSV(B)158.79º41.42%93.73%-
XYZ52.5871.6768.19-
YUV205.41127.281.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.01%
GREEN value IS 239 (93.75% from 255) = 40.99%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=24.01%
G=40.99%
B=34.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1402392040.4100.150.06158.7975.5774.31
Hex8CEFCC290F69f4c4a
Octal214357314510176237114112
Binary100011001110111111001100101001011111101001111110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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