#8EF4DD

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

Shades of Aquamarine #8EF4DD

Tints of Aquamarine #8EF4DD

Color information

#8EF4DD (or 0x8EF4DD) is unknown color: approx Aquamarine. HEX triplet: 8E, F4 and DD. RGB value is (142,244,221). Sum of RGB (Red+Green+Blue) = 142+244+221=607 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.39% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF4DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF4DD is #710B22. Grayscale: #D2D2D2. Windows color (decimal): -7408419 or 14546062. OLE color: 14546062.

HSL color Cylindrical-coordinate representation of color #8EF4DD: hue angle of 166.47º 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 #8EF4DD is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB142244221-
CMYK0.4200.090.04
HSL166.47º82.26%75.69%-
HSV(B)166.47º41.8%95.69%-
XYZ56.5675.6780.03-
YUV210.88133.7178.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.39%
GREEN value IS 244 (95.70% from 255) = 40.20%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=23.39%
G=40.20%
B=36.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1422442210.4200.090.04166.4782.2675.69
Hex8EF4DD2A094a6524c
Octal216364335520114246122114
Binary100011101111010011011101101010010011001010011010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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