#8EF1DD

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

Shades of Aquamarine #8EF1DD

Tints of Aquamarine #8EF1DD

Color information

#8EF1DD (or 0x8EF1DD) is unknown color: approx Aquamarine. HEX triplet: 8E, F1 and DD. RGB value is (142,241,221). Sum of RGB (Red+Green+Blue) = 142+241+221=604 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.51% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #8EF1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF1DD is #710E22. Grayscale: #D1D1D1. Windows color (decimal): -7409187 or 14545294. OLE color: 14545294.

HSL color Cylindrical-coordinate representation of color #8EF1DD: hue angle of 167.88º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EF1DD is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB142241221-
CMYK0.4100.080.05
HSL167.88º77.95%75.1%-
HSV(B)167.88º41.08%94.51%-
XYZ55.6673.8879.73-
YUV209.12134.780.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.51%
GREEN value IS 241 (94.53% from 255) = 39.90%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=23.51%
G=39.90%
B=36.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422412210.4100.080.05167.8877.9575.1
Hex8EF1DD29085a84e4b
Octal216361335510105250116113
Binary100011101111000111011101101001010001011010100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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