#5DCDC0

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

Shades of Downy #5DCDC0

Tints of Downy #5DCDC0

Color information

#5DCDC0 (or 0x5DCDC0) is unknown color: approx Downy. HEX triplet: 5D, CD and C0. RGB value is (93,205,192). Sum of RGB (Red+Green+Blue) = 93+205+192=490 (64% of max value = 765). Red value is 93 (36.72% from 255 or 18.98% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCDC0 is #A2323F. Grayscale: #A9A9A9. Windows color (decimal): -10629696 or 12635485. OLE color: 12635485.

HSL color Cylindrical-coordinate representation of color #5DCDC0: hue angle of 173.04º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCDC0 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB93205192-
CMYK0.5500.060.20
HSL173.04º52.83%58.43%-
HSV(B)173.04º54.63%80.39%-
XYZ35.8649.857.59-
YUV170.03140.3973.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.98%
GREEN value IS 205 (80.47% from 255) = 41.84%
BLUE value IS 192 (75.39% from 255) = 39.18%
R=18.98%
G=41.84%
B=39.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932051920.5500.060.20173.0452.8358.43
Hex5DCDC0370614ad353a
Octal1353153006706242556572
Binary1011101110011011100000011011101101010010101101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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