#5DD5C0

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

Shades of Downy #5DD5C0

Tints of Downy #5DD5C0

Color information

#5DD5C0 (or 0x5DD5C0) is unknown color: approx Downy. HEX triplet: 5D, D5 and C0. RGB value is (93,213,192). Sum of RGB (Red+Green+Blue) = 93+213+192=498 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.67% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD5C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD5C0 is #A22A3F. Grayscale: #AEAEAE. Windows color (decimal): -10627648 or 12637533. OLE color: 12637533.

HSL color Cylindrical-coordinate representation of color #5DD5C0: hue angle of 169.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DD5C0 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB93213192-
CMYK0.5600.100.16
HSL169.5º58.82%60%-
HSV(B)169.5º56.34%83.53%-
XYZ37.8253.7258.24-
YUV174.73137.7469.71-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.67%
GREEN value IS 213 (83.59% from 255) = 42.77%
BLUE value IS 192 (75.39% from 255) = 38.55%
R=18.67%
G=42.77%
B=38.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal932131920.5600.100.16169.558.8260
Hex5DD5C0380A10aa3b3c
Octal13532530070012202527374
Binary10111011101010111000000111000010101000010101010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,213,192); }

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

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

 a { background-color: rgb(93,213,192); }

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

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

 span { border-color: rgb(93,213,192); }

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