#5EFAD7

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

Shades of Aquamarine #5EFAD7

Tints of Aquamarine #5EFAD7

Color information

#5EFAD7 (or 0x5EFAD7) is unknown color: approx Aquamarine. HEX triplet: 5E, FA and D7. RGB value is (94,250,215). Sum of RGB (Red+Green+Blue) = 94+250+215=559 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.82% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFAD7 is #A10528. Grayscale: #C7C7C7. Windows color (decimal): -10552617 or 14154334. OLE color: 14154334.

HSL color Cylindrical-coordinate representation of color #5EFAD7: hue angle of 166.54º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EFAD7 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB94250215-
CMYK0.6200.140.02
HSL166.54º93.98%67.45%-
HSV(B)166.54º62.4%98.04%-
XYZ51.0775.6676.2-
YUV199.37136.8252.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.82%
GREEN value IS 250 (98.05% from 255) = 44.72%
BLUE value IS 215 (84.38% from 255) = 38.46%
R=16.82%
G=44.72%
B=38.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal942502150.6200.140.02166.5493.9867.45
Hex5EFAD73E0E2a75e43
Octal136372327760162247136103
Binary1011110111110101101011111111001110101010011110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,250,215); }

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

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

 a { background-color: rgb(94,250,215); }

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

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

 span { border-color: rgb(94,250,215); }

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