Html Css Color HEX #5DDDCA Downy

📋 copy color: '#5DDDCA'

red 93 ◦ green 221 ◦ blue 202

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

Shades of Downy #5DDDCA

Tints of Downy #5DDDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.15%

R = 18.02%
G = 42.83%
B = 39.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#5DDDCA (or 0x5DDDCA) is known color: Downy. HEX triplet: 5D, DD and CA. RGB value is (93,221,202). Sum of RGB (Red+Green+Blue) = 93+221+202=516 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.02% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDDCA is #A22235. Grayscale: #B4B4B4. Windows color (decimal): -10625590 or 13294941. OLE color: 13294941.

HSL color Cylindrical-coordinate representation of color #5DDDCA: hue angle of 171.09º 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 #5DDDCA is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 221 202 -
CMYK 0.58 0 0.09 0.13
HSL 171.09º 0.65% 0.62% -
HSV(B) 171.09º 0.58% 0.87% -
XYZ 41.03 58.3 64.97 -
YUV 180.56 140.09 65.54 -
System Red Green Blue C M Y K H S L
Decimal 93 221 202 0.58 0 0.09 0.13 171.09 0.65 0.62
Hex 5D DD CA 3A 0 9 D AB 41 3E
Octal 135 335 312 72 0 11 15 253 101 76
Binary 1011101 11011101 11001010 111010 0 1001 1101 10101011 1000001 111110

Color Harmonies of #5DDDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDDCA

Black with #5DDDCA

Text Example


Text Example

White with #5DDDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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