#5DE1CA

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

Shades of Downy #5DE1CA

Tints of Downy #5DE1CA

Color information

#5DE1CA (or 0x5DE1CA) is unknown color: approx Downy. HEX triplet: 5D, E1 and CA. RGB value is (93,225,202). Sum of RGB (Red+Green+Blue) = 93+225+202=520 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.88% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #5DE1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE1CA is #A21E35. Grayscale: #B6B6B6. Windows color (decimal): -10624566 or 13295965. OLE color: 13295965.

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

Color convert

RGB93225202-
CMYK0.5900.100.12
HSL169.55º68.75%62.35%-
HSV(B)169.55º58.67%88.24%-
XYZ42.160.4465.32-
YUV182.91138.7763.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.88%
GREEN value IS 225 (88.28% from 255) = 43.27%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=17.88%
G=43.27%
B=38.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal932252020.5900.100.12169.5568.7562.35
Hex5DE1CA3B0ACaa453e
Octal135341312730121425210576
Binary10111011110000111001010111011010101100101010101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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