#5EE1CA

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

Shades of Downy #5EE1CA

Tints of Downy #5EE1CA

Color information

#5EE1CA (or 0x5EE1CA) is unknown color: approx Downy. HEX triplet: 5E, E1 and CA. RGB value is (94,225,202). Sum of RGB (Red+Green+Blue) = 94+225+202=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #5EE1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EE1CA is #A11E35. Grayscale: #B7B7B7. Windows color (decimal): -10559030 or 13295966. OLE color: 13295966.

HSL color Cylindrical-coordinate representation of color #5EE1CA: hue angle of 169.47º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EE1CA is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB94225202-
CMYK0.5800.100.12
HSL169.47º68.59%62.55%-
HSV(B)169.47º58.22%88.24%-
XYZ42.260.4965.33-
YUV183.21138.664.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.04%
GREEN value IS 225 (88.28% from 255) = 43.19%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=18.04%
G=43.19%
B=38.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal942252020.5800.100.12169.4768.5962.55
Hex5EE1CA3A0ACa9453f
Octal136341312720121425110577
Binary10111101110000111001010111010010101100101010011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,225,202); }

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

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

 a { background-color: rgb(94,225,202); }

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

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

 span { border-color: rgb(94,225,202); }

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