#5EFDCD

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

Shades of Aquamarine #5EFDCD

Tints of Aquamarine #5EFDCD

Color information

#5EFDCD (or 0x5EFDCD) is unknown color: approx Aquamarine. HEX triplet: 5E, FD and CD. RGB value is (94,253,205). Sum of RGB (Red+Green+Blue) = 94+253+205=552 (73% of max value = 765). Red value is 94 (37.11% from 255 or 17.03% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFDCD is #A10232. Grayscale: #C8C8C8. Windows color (decimal): -10551859 or 13499742. OLE color: 13499742.

HSL color Cylindrical-coordinate representation of color #5EFDCD: hue angle of 161.89º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFDCD is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB94253205-
CMYK0.6300.190.01
HSL161.89º97.55%68.04%-
HSV(B)161.89º62.85%99.22%-
XYZ50.7677.0469.95-
YUV199.99130.8252.4-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.03%
GREEN value IS 253 (99.22% from 255) = 45.83%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=17.03%
G=45.83%
B=37.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal942532050.6300.190.01161.8997.5568.04
Hex5EFDCD3F0131a26244
Octal136375315770231242142104
Binary1011110111111011100110111111101001111010001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,253,205); }

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

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

 a { background-color: rgb(94,253,205); }

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

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

 span { border-color: rgb(94,253,205); }

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