Html Css Color HEX #5DDCB9 Downy

📋 copy color: '#5DDCB9'

red 93 ◦ green 220 ◦ blue 185

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

Shades of Downy #5DDCB9

Tints of Downy #5DDCB9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.18%

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

R = 18.67%
G = 44.18%
B = 37.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#5DDCB9 (or 0x5DDCB9) is known color: Downy. HEX triplet: 5D, DC and B9. RGB value is (93,220,185). Sum of RGB (Red+Green+Blue) = 93+220+185=498 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.67% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDCB9 is #A22346. Grayscale: #B2B2B2. Windows color (decimal): -10625863 or 12180573. OLE color: 12180573.

HSL color Cylindrical-coordinate representation of color #5DDCB9: hue angle of 163.46º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDCB9 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 220 185 -
CMYK 0.58 0 0.16 0.14
HSL 163.46º 0.64% 0.61% -
HSV(B) 163.46º 0.58% 0.86% -
XYZ 38.86 57.02 54.86 -
YUV 178.04 131.92 67.35 -
System Red Green Blue C M Y K H S L
Decimal 93 220 185 0.58 0 0.16 0.14 163.46 0.64 0.61
Hex 5D DC B9 3A 0 10 E A3 40 3D
Octal 135 334 271 72 0 20 16 243 100 75
Binary 1011101 11011100 10111001 111010 0 10000 1110 10100011 1000000 111101

Color Harmonies of #5DDCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDCB9

Black with #5DDCB9

Text Example


Text Example

White with #5DDCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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