Html Css Color HEX #5DD5BD Downy

📋 copy color: '#5DD5BD'

red 93 ◦ green 213 ◦ blue 189

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

Shades of Downy #5DD5BD

Tints of Downy #5DD5BD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.03%

 BLUE value IS 189 (74.22% from 255) = 38.18%

R = 18.79%
G = 43.03%
B = 38.18%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#5DD5BD (or 0x5DD5BD) is known color: Downy. HEX triplet: 5D, D5 and BD. RGB value is (93,213,189). Sum of RGB (Red+Green+Blue) = 93+213+189=495 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.79% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD5BD is #A22A42. Grayscale: #AEAEAE. Windows color (decimal): -10627651 or 12440925. OLE color: 12440925.

HSL color Cylindrical-coordinate representation of color #5DD5BD: hue angle of 168º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DD5BD is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 213 189 -
CMYK 0.56 0 0.11 0.16
HSL 168º 0.59% 0.6% -
HSV(B) 168º 0.56% 0.84% -
XYZ 37.49 53.59 56.51 -
YUV 174.38 136.24 69.95 -
System Red Green Blue C M Y K H S L
Decimal 93 213 189 0.56 0 0.11 0.16 168 0.59 0.6
Hex 5D D5 BD 38 0 B 10 A8 3B 3C
Octal 135 325 275 70 0 13 20 250 73 74
Binary 1011101 11010101 10111101 111000 0 1011 10000 10101000 111011 111100

Color Harmonies of #5DD5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD5BD

Black with #5DD5BD

Text Example


Text Example

White with #5DD5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,213,189); }

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

background-color css

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

 a { background-color: rgb(93,213,189); }

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

border-color css

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

 span { border-color: rgb(93,213,189); }

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