#8EEFCA

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

Shades of Aquamarine #8EEFCA

Tints of Aquamarine #8EEFCA

Color information

#8EEFCA (or 0x8EEFCA) is unknown color: approx Aquamarine. HEX triplet: 8E, EF and CA. RGB value is (142,239,202). Sum of RGB (Red+Green+Blue) = 142+239+202=583 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.36% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #8EEFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEFCA is #711035. Grayscale: #CDCDCD. Windows color (decimal): -7409718 or 13299598. OLE color: 13299598.

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

Color convert

RGB142239202-
CMYK0.4100.150.06
HSL157.11º75.19%74.71%-
HSV(B)157.11º40.59%93.73%-
XYZ52.6871.7566.95-
YUV205.78125.8682.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.36%
GREEN value IS 239 (93.75% from 255) = 40.99%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=24.36%
G=40.99%
B=34.65%

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
Decimal1422392020.4100.150.06157.1175.1974.71
Hex8EEFCA290F69d4b4b
Octal216357312510176235113113
Binary100011101110111111001010101001011111101001110110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,239,202); }

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

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

 a { background-color: rgb(142,239,202); }

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

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

 span { border-color: rgb(142,239,202); }

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