#8EF4CD

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

Shades of Aquamarine #8EF4CD

Tints of Aquamarine #8EF4CD

Color information

#8EF4CD (or 0x8EF4CD) is unknown color: approx Aquamarine. HEX triplet: 8E, F4 and CD. RGB value is (142,244,205). Sum of RGB (Red+Green+Blue) = 142+244+205=591 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.03% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF4CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF4CD is #710B32. Grayscale: #D1D1D1. Windows color (decimal): -7408435 or 13497486. OLE color: 13497486.

HSL color Cylindrical-coordinate representation of color #8EF4CD: hue angle of 157.06º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EF4CD is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB142244205-
CMYK0.4200.160.04
HSL157.06º82.26%75.69%-
HSV(B)157.06º41.8%95.69%-
XYZ54.5374.8669.33-
YUV209.06125.7180.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.03%
GREEN value IS 244 (95.70% from 255) = 41.29%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=24.03%
G=41.29%
B=34.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1422442050.4200.160.04157.0682.2675.69
Hex8EF4CD2A01049d524c
Octal216364315520204235122114
Binary1000111011110100110011011010100100001001001110110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,244,205); }

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

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

 a { background-color: rgb(142,244,205); }

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

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

 span { border-color: rgb(142,244,205); }

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