Html Css Color HEX #5DCCB9 Downy

📋 copy color: '#5DCCB9'

red 93 ◦ green 204 ◦ blue 185

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

Shades of Downy #5DCCB9

Tints of Downy #5DCCB9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.32%

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

R = 19.29%
G = 42.32%
B = 38.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#5DCCB9 (or 0x5DCCB9) is known color: Downy. HEX triplet: 5D, CC and B9. RGB value is (93,204,185). Sum of RGB (Red+Green+Blue) = 93+204+185=482 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.29% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCCB9 is #A23346. Grayscale: #A8A8A8. Windows color (decimal): -10629959 or 12176477. OLE color: 12176477.

HSL color Cylindrical-coordinate representation of color #5DCCB9: hue angle of 169.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCCB9 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 93 204 185 -
CMYK 0.54 0 0.09 0.2
HSL 169.73º 0.52% 0.58% -
HSV(B) 169.73º 0.54% 0.8% -
XYZ 34.86 49.02 53.52 -
YUV 168.65 137.23 74.04 -
System Red Green Blue C M Y K H S L
Decimal 93 204 185 0.54 0 0.09 0.2 169.73 0.52 0.58
Hex 5D CC B9 36 0 9 14 AA 34 3A
Octal 135 314 271 66 0 11 24 252 64 72
Binary 1011101 11001100 10111001 110110 0 1001 10100 10101010 110100 111010

Color Harmonies of #5DCCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCCB9

Black with #5DCCB9

Text Example


Text Example

White with #5DCCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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