#8CEEE4

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

Shades of Aquamarine #8CEEE4

Tints of Aquamarine #8CEEE4

Color information

#8CEEE4 (or 0x8CEEE4) is unknown color: approx Aquamarine. HEX triplet: 8C, EE and E4. RGB value is (140,238,228). Sum of RGB (Red+Green+Blue) = 140+238+228=606 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.10% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEEE4 is #73111B. Grayscale: #CFCFCF. Windows color (decimal): -7541020 or 15003276. OLE color: 15003276.

HSL color Cylindrical-coordinate representation of color #8CEEE4: hue angle of 173.88º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEEE4 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB140238228-
CMYK0.4100.040.07
HSL173.88º74.24%74.12%-
HSV(B)173.88º41.18%93.33%-
XYZ55.3972.3384.44-
YUV207.56139.5379.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.10%
GREEN value IS 238 (93.36% from 255) = 39.27%
BLUE value IS 228 (89.45% from 255) = 37.62%
R=23.10%
G=39.27%
B=37.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1402382280.4100.040.07173.8874.2474.12
Hex8CEEE429047ae4a4a
Octal21435634451047256112112
Binary10001100111011101110010010100101001111010111010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,238,228); }

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

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

 a { background-color: rgb(140,238,228); }

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

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

 span { border-color: rgb(140,238,228); }

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