Html Css Color HEX #5DCFB9 Downy

📋 copy color: '#5DCFB9'

red 93 ◦ green 207 ◦ blue 185

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

Shades of Downy #5DCFB9

Tints of Downy #5DCFB9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.68%

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

R = 19.18%
G = 42.68%
B = 38.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#5DCFB9 (or 0x5DCFB9) is known color: Downy. HEX triplet: 5D, CF and B9. RGB value is (93,207,185). Sum of RGB (Red+Green+Blue) = 93+207+185=485 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.18% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCFB9 is #A23046. Grayscale: #AAAAAA. Windows color (decimal): -10629191 or 12177245. OLE color: 12177245.

HSL color Cylindrical-coordinate representation of color #5DCFB9: hue angle of 168.42º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCFB9 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 207 185 -
CMYK 0.55 0 0.11 0.19
HSL 168.42º 0.54% 0.59% -
HSV(B) 168.42º 0.55% 0.81% -
XYZ 35.58 50.46 53.76 -
YUV 170.41 136.23 72.79 -
System Red Green Blue C M Y K H S L
Decimal 93 207 185 0.55 0 0.11 0.19 168.42 0.54 0.59
Hex 5D CF B9 37 0 B 13 A8 36 3B
Octal 135 317 271 67 0 13 23 250 66 73
Binary 1011101 11001111 10111001 110111 0 1011 10011 10101000 110110 111011

Color Harmonies of #5DCFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCFB9

Black with #5DCFB9

Text Example


Text Example

White with #5DCFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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