#5DD0C5

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

Shades of Downy #5DD0C5

Tints of Downy #5DD0C5

Color information

#5DD0C5 (or 0x5DD0C5) is unknown color: approx Downy. HEX triplet: 5D, D0 and C5. RGB value is (93,208,197). Sum of RGB (Red+Green+Blue) = 93+208+197=498 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.67% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD0C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD0C5 is #A22F3A. Grayscale: #ACACAC. Windows color (decimal): -10628923 or 12963933. OLE color: 12963933.

HSL color Cylindrical-coordinate representation of color #5DD0C5: hue angle of 174.26º 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 #5DD0C5 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB93208197-
CMYK0.5500.050.18
HSL174.26º55.02%59.02%-
HSV(B)174.26º55.29%81.57%-
XYZ37.1551.4760.8-
YUV172.36141.971.39-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.67%
GREEN value IS 208 (81.64% from 255) = 41.77%
BLUE value IS 197 (77.34% from 255) = 39.56%
R=18.67%
G=41.77%
B=39.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal932081970.5500.050.18174.2655.0259.02
Hex5DD0C5370512ae373b
Octal1353203056705222566773
Binary1011101110100001100010111011101011001010101110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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