Html Css Color HEX #5DE5BD Downy

📋 copy color: '#5DE5BD'

red 93 ◦ green 229 ◦ blue 189

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

Shades of Downy #5DE5BD

Tints of Downy #5DE5BD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.81%

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

R = 18.2%
G = 44.81%
B = 36.99%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#5DE5BD (or 0x5DE5BD) is known color: Downy. HEX triplet: 5D, E5 and BD. RGB value is (93,229,189). Sum of RGB (Red+Green+Blue) = 93+229+189=511 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.20% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #5DE5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE5BD is #A21A42. Grayscale: #B7B7B7. Windows color (decimal): -10623555 or 12445021. OLE color: 12445021.

HSL color Cylindrical-coordinate representation of color #5DE5BD: hue angle of 162.35º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DE5BD is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 93 229 189 -
CMYK 0.59 0 0.17 0.10
HSL 162.35º 0.72% 0.63% -
HSV(B) 162.35º 0.59% 0.9% -
XYZ 41.72 62.04 57.92 -
YUV 183.78 130.94 63.25 -
System Red Green Blue C M Y K H S L
Decimal 93 229 189 0.59 0 0.17 0.10 162.35 0.72 0.63
Hex 5D E5 BD 3B 0 11 A A2 48 3F
Octal 135 345 275 73 0 21 12 242 110 77
Binary 1011101 11100101 10111101 111011 0 10001 1010 10100010 1001000 111111

Color Harmonies of #5DE5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DE5BD

Black with #5DE5BD

Text Example


Text Example

White with #5DE5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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