#5EF7D9

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

Shades of Aquamarine #5EF7D9

Tints of Aquamarine #5EF7D9

Color information

#5EF7D9 (or 0x5EF7D9) is unknown color: approx Aquamarine. HEX triplet: 5E, F7 and D9. RGB value is (94,247,217). Sum of RGB (Red+Green+Blue) = 94+247+217=558 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.85% from 558); Green value is 247 (96.88% from 255 or 44.27% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 247 - color contains mainly: green. Hex color #5EF7D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF7D9 is #A10826. Grayscale: #C5C5C5. Windows color (decimal): -10553383 or 14284638. OLE color: 14284638.

HSL color Cylindrical-coordinate representation of color #5EF7D9: hue angle of 168.24º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EF7D9 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB94247217-
CMYK0.6200.120.03
HSL168.24º90.53%66.86%-
HSV(B)168.24º61.94%96.86%-
XYZ50.473.9177.26-
YUV197.83138.8153.94-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.85%
GREEN value IS 247 (96.88% from 255) = 44.27%
BLUE value IS 217 (85.16% from 255) = 38.89%
R=16.85%
G=44.27%
B=38.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal942472170.6200.120.03168.2490.5366.86
Hex5EF7D93E0C3a85b43
Octal136367331760143250133103
Binary1011110111101111101100111111001100111010100010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EF7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EF7D9; }

 p { color: rgb(94,247,217); }

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

<style>
 a { background-color: #5EF7D9; }

 a { background-color: rgb(94,247,217); }

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

<style>
 span { border-color: #5EF7D9; }

 span { border-color: rgb(94,247,217); }

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