#5DC9BA

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

Shades of Downy #5DC9BA

Tints of Downy #5DC9BA

Color information

#5DC9BA (or 0x5DC9BA) is unknown color: approx Downy. HEX triplet: 5D, C9 and BA. RGB value is (93,201,186). Sum of RGB (Red+Green+Blue) = 93+201+186=480 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.38% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC9BA is #A23645. Grayscale: #A6A6A6. Windows color (decimal): -10630726 or 12241245. OLE color: 12241245.

HSL color Cylindrical-coordinate representation of color #5DC9BA: hue angle of 171.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DC9BA is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB93201186-
CMYK0.5400.070.21
HSL171.67º50%57.65%-
HSV(B)171.67º53.73%78.82%-
XYZ34.2647.6553.85-
YUV167138.7275.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.38%
GREEN value IS 201 (78.91% from 255) = 41.88%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=19.38%
G=41.88%
B=38.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal932011860.5400.070.21171.675057.65
Hex5DC9BA360715ac323a
Octal1353112726607252546272
Binary1011101110010011011101011011001111010110101100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,201,186); }

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

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

 a { background-color: rgb(93,201,186); }

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

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

 span { border-color: rgb(93,201,186); }

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