Html Css Color HEX #5DD8C3 Downy

📋 copy color: '#5DD8C3'

red 93 ◦ green 216 ◦ blue 195

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

Shades of Downy #5DD8C3

Tints of Downy #5DD8C3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.86%

 BLUE value IS 195 (76.56% from 255) = 38.69%

R = 18.45%
G = 42.86%
B = 38.69%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#5DD8C3 (or 0x5DD8C3) is known color: Downy. HEX triplet: 5D, D8 and C3. RGB value is (93,216,195). Sum of RGB (Red+Green+Blue) = 93+216+195=504 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.45% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD8C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD8C3 is #A2273C. Grayscale: #B0B0B0. Windows color (decimal): -10626877 or 12834909. OLE color: 12834909.

HSL color Cylindrical-coordinate representation of color #5DD8C3: hue angle of 169.76º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD8C3 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 216 195 -
CMYK 0.57 0 0.10 0.15
HSL 169.76º 0.61% 0.61% -
HSV(B) 169.76º 0.57% 0.85% -
XYZ 38.92 55.38 60.27 -
YUV 176.83 138.25 68.21 -
System Red Green Blue C M Y K H S L
Decimal 93 216 195 0.57 0 0.10 0.15 169.76 0.61 0.61
Hex 5D D8 C3 39 0 A F AA 3D 3D
Octal 135 330 303 71 0 12 17 252 75 75
Binary 1011101 11011000 11000011 111001 0 1010 1111 10101010 111101 111101

Color Harmonies of #5DD8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD8C3

Black with #5DD8C3

Text Example


Text Example

White with #5DD8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,216,195); }

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

background-color css

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

 a { background-color: rgb(93,216,195); }

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

border-color css

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

 span { border-color: rgb(93,216,195); }

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