Html Css Color HEX #5DDDCB Downy

📋 copy color: '#5DDDCB'

red 93 ◦ green 221 ◦ blue 203

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

Shades of Downy #5DDDCB

Tints of Downy #5DDDCB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.75%

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 17.99%
G = 42.75%
B = 39.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#5DDDCB (or 0x5DDDCB) is known color: Downy. HEX triplet: 5D, DD and CB. RGB value is (93,221,203). Sum of RGB (Red+Green+Blue) = 93+221+203=517 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.99% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDDCB is #A22234. Grayscale: #B4B4B4. Windows color (decimal): -10625589 or 13360477. OLE color: 13360477.

HSL color Cylindrical-coordinate representation of color #5DDDCB: hue angle of 171.56º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDDCB is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 221 203 -
CMYK 0.58 0 0.08 0.13
HSL 171.56º 0.65% 0.62% -
HSV(B) 171.56º 0.58% 0.87% -
XYZ 41.15 58.35 65.59 -
YUV 180.68 140.59 65.46 -
System Red Green Blue C M Y K H S L
Decimal 93 221 203 0.58 0 0.08 0.13 171.56 0.65 0.62
Hex 5D DD CB 3A 0 8 D AC 41 3E
Octal 135 335 313 72 0 10 15 254 101 76
Binary 1011101 11011101 11001011 111010 0 1000 1101 10101100 1000001 111110

Color Harmonies of #5DDDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDDCB

Black with #5DDDCB

Text Example


Text Example

White with #5DDDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,221,203); }

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

background-color css

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

 a { background-color: rgb(93,221,203); }

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

border-color css

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

 span { border-color: rgb(93,221,203); }

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