#8EEFC5

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

Shades of Aquamarine #8EEFC5

Tints of Aquamarine #8EEFC5

Color information

#8EEFC5 (or 0x8EEFC5) is unknown color: approx Aquamarine. HEX triplet: 8E, EF and C5. RGB value is (142,239,197). Sum of RGB (Red+Green+Blue) = 142+239+197=578 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.57% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #8EEFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEFC5 is #71103A. Grayscale: #CDCDCD. Windows color (decimal): -7409723 or 12971918. OLE color: 12971918.

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

Color convert

RGB142239197-
CMYK0.4100.180.06
HSL154.02º75.19%74.71%-
HSV(B)154.02º40.59%93.73%-
XYZ52.171.5263.88-
YUV205.21123.3682.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.57%
GREEN value IS 239 (93.75% from 255) = 41.35%
BLUE value IS 197 (77.34% from 255) = 34.08%
R=24.57%
G=41.35%
B=34.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422391970.4100.180.06154.0275.1974.71
Hex8EEFC52901269a4b4b
Octal216357305510226232113113
Binary1000111011101111110001011010010100101101001101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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