#5DD0B8

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

Shades of Downy #5DD0B8

Tints of Downy #5DD0B8

Color information

#5DD0B8 (or 0x5DD0B8) is unknown color: approx Downy. HEX triplet: 5D, D0 and B8. RGB value is (93,208,184). Sum of RGB (Red+Green+Blue) = 93+208+184=485 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.18% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD0B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD0B8 is #A22F47. Grayscale: #AAAAAA. Windows color (decimal): -10628936 or 12111965. OLE color: 12111965.

HSL color Cylindrical-coordinate representation of color #5DD0B8: hue angle of 167.48º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DD0B8 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB93208184-
CMYK0.5500.120.18
HSL167.48º55.02%59.02%-
HSV(B)167.48º55.29%81.57%-
XYZ35.7250.953.29-
YUV170.88135.472.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.18%
GREEN value IS 208 (81.64% from 255) = 42.89%
BLUE value IS 184 (72.27% from 255) = 37.94%
R=19.18%
G=42.89%
B=37.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal932081840.5500.120.18167.4855.0259.02
Hex5DD0B8370C12a7373b
Octal13532027067014222476773
Binary10111011101000010111000110111011001001010100111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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