#8EFACB

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

Shades of Aquamarine #8EFACB

Tints of Aquamarine #8EFACB

Color information

#8EFACB (or 0x8EFACB) is unknown color: approx Aquamarine. HEX triplet: 8E, FA and CB. RGB value is (142,250,203). Sum of RGB (Red+Green+Blue) = 142+250+203=595 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.87% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFACB is #710534. Grayscale: #D4D4D4. Windows color (decimal): -7406901 or 13367950. OLE color: 13367950.

HSL color Cylindrical-coordinate representation of color #8EFACB: hue angle of 153.89º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EFACB is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB142250203-
CMYK0.4300.190.02
HSL153.89º91.53%76.86%-
HSV(B)153.89º43.2%98.04%-
XYZ56.1278.4368.68-
YUV212.35122.7277.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.87%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 203 (79.69% from 255) = 34.12%
R=23.87%
G=42.02%
B=34.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422502030.4300.190.02153.8991.5376.86
Hex8EFACB2B01329a5c4d
Octal216372313530232232134115
Binary100011101111101011001011101011010011101001101010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,250,203); }

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

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

 a { background-color: rgb(142,250,203); }

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

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

 span { border-color: rgb(142,250,203); }

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