#5DD9B8

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

Shades of Downy #5DD9B8

Tints of Downy #5DD9B8

Color information

#5DD9B8 (or 0x5DD9B8) is unknown color: approx Downy. HEX triplet: 5D, D9 and B8. RGB value is (93,217,184). Sum of RGB (Red+Green+Blue) = 93+217+184=494 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.83% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD9B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD9B8 is #A22647. Grayscale: #B0B0B0. Windows color (decimal): -10626632 or 12114269. OLE color: 12114269.

HSL color Cylindrical-coordinate representation of color #5DD9B8: hue angle of 164.03º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD9B8 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB93217184-
CMYK0.5700.150.15
HSL164.03º62%60.78%-
HSV(B)164.03º57.14%85.1%-
XYZ37.9855.4154.04-
YUV176.16132.4268.68-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.83%
GREEN value IS 217 (85.16% from 255) = 43.93%
BLUE value IS 184 (72.27% from 255) = 37.25%
R=18.83%
G=43.93%
B=37.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal932171840.5700.150.15164.036260.78
Hex5DD9B8390FFa43e3d
Octal13533127071017172447675
Binary1011101110110011011100011100101111111110100100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,217,184); }

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

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

 a { background-color: rgb(93,217,184); }

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

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

 span { border-color: rgb(93,217,184); }

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