Html Css Color HEX #5DCDB9 Downy

📋 copy color: '#5DCDB9'

red 93 ◦ green 205 ◦ blue 185

#5DCDB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #5DCDB9

Tints of Downy #5DCDB9

RGB

 RED value IS 93 (36.72% from 255) = 19.25%

 GREEN value IS 205 (80.47% from 255) = 42.44%

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 19.25%
G = 42.44%
B = 38.3%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#5DCDB9 (or 0x5DCDB9) is known color: Downy. HEX triplet: 5D, CD and B9. RGB value is (93,205,185). Sum of RGB (Red+Green+Blue) = 93+205+185=483 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.25% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCDB9 is #A23246. Grayscale: #A9A9A9. Windows color (decimal): -10629703 or 12176733. OLE color: 12176733.

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

Color convert

RGB 93 205 185 -
CMYK 0.55 0 0.10 0.20
HSL 169.29º 0.53% 0.58% -
HSV(B) 169.29º 0.55% 0.8% -
XYZ 35.1 49.49 53.6 -
YUV 169.23 136.89 73.63 -
System Red Green Blue C M Y K H S L
Decimal 93 205 185 0.55 0 0.10 0.20 169.29 0.53 0.58
Hex 5D CD B9 37 0 A 14 A9 35 3A
Octal 135 315 271 67 0 12 24 251 65 72
Binary 1011101 11001101 10111001 110111 0 1010 10100 10101001 110101 111010

Color Harmonies of #5DCDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCDB9

Black with #5DCDB9

Text Example


Text Example

White with #5DCDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DCDB9;
 }
 .AnyTagClassName
 {
   color: #5DCDB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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