#8EFCC7

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

Shades of Aquamarine #8EFCC7

Tints of Aquamarine #8EFCC7

Color information

#8EFCC7 (or 0x8EFCC7) is unknown color: approx Aquamarine. HEX triplet: 8E, FC and C7. RGB value is (142,252,199). Sum of RGB (Red+Green+Blue) = 142+252+199=593 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.95% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #8EFCC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFCC7 is #710338. Grayscale: #D5D5D5. Windows color (decimal): -7406393 or 13106318. OLE color: 13106318.

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

Color convert

RGB142252199-
CMYK0.4400.210.01
HSL151.09º94.83%77.25%-
HSV(B)151.09º43.65%98.82%-
XYZ56.2779.566.41-
YUV213.07120.0677.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.95%
GREEN value IS 252 (98.83% from 255) = 42.50%
BLUE value IS 199 (78.12% from 255) = 33.56%
R=23.95%
G=42.50%
B=33.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422521990.4400.210.01151.0994.8377.25
Hex8EFCC72C0151975f4d
Octal216374307540251227137115
Binary10001110111111001100011110110001010111001011110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,252,199); }

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

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

 a { background-color: rgb(142,252,199); }

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

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

 span { border-color: rgb(142,252,199); }

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