#5EFDCE

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

Shades of Aquamarine #5EFDCE

Tints of Aquamarine #5EFDCE

Color information

#5EFDCE (or 0x5EFDCE) is unknown color: approx Aquamarine. HEX triplet: 5E, FD and CE. RGB value is (94,253,206). Sum of RGB (Red+Green+Blue) = 94+253+206=553 (73% of max value = 765). Red value is 94 (37.11% from 255 or 17.00% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFDCE is #A10231. Grayscale: #C8C8C8. Windows color (decimal): -10551858 or 13565278. OLE color: 13565278.

HSL color Cylindrical-coordinate representation of color #5EFDCE: hue angle of 162.26º 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 #5EFDCE is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB94253206-
CMYK0.6300.190.01
HSL162.26º97.55%68.04%-
HSV(B)162.26º62.85%99.22%-
XYZ50.8877.0970.59-
YUV200.1131.3252.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.00%
GREEN value IS 253 (99.22% from 255) = 45.75%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=17.00%
G=45.75%
B=37.25%

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
Decimal942532060.6300.190.01162.2697.5568.04
Hex5EFDCE3F0131a26244
Octal136375316770231242142104
Binary1011110111111011100111011111101001111010001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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