Html Css Color HEX #5DEDBB Downy

📋 copy color: '#5DEDBB'

red 93 ◦ green 237 ◦ blue 187

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

Shades of Downy #5DEDBB

Tints of Downy #5DEDBB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.84%

 BLUE value IS 187 (73.44% from 255) = 36.17%

R = 17.99%
G = 45.84%
B = 36.17%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#5DEDBB (or 0x5DEDBB) is known color: Downy. HEX triplet: 5D, ED and BB. RGB value is (93,237,187). Sum of RGB (Red+Green+Blue) = 93+237+187=517 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.99% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #5DEDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEDBB is #A21244. Grayscale: #BCBCBC. Windows color (decimal): -10621509 or 12315997. OLE color: 12315997.

HSL color Cylindrical-coordinate representation of color #5DEDBB: hue angle of 159.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEDBB is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 237 187 -
CMYK 0.61 0 0.21 0.07
HSL 159.17º 0.8% 0.65% -
HSV(B) 159.17º 0.61% 0.93% -
XYZ 43.77 66.48 57.54 -
YUV 188.24 127.29 60.07 -
System Red Green Blue C M Y K H S L
Decimal 93 237 187 0.61 0 0.21 0.07 159.17 0.8 0.65
Hex 5D ED BB 3D 0 15 7 9F 50 41
Octal 135 355 273 75 0 25 7 237 120 101
Binary 1011101 11101101 10111011 111101 0 10101 111 10011111 1010000 1000001

Color Harmonies of #5DEDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEDBB

Black with #5DEDBB

Text Example


Text Example

White with #5DEDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,237,187); }

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

background-color css

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

 a { background-color: rgb(93,237,187); }

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

border-color css

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

 span { border-color: rgb(93,237,187); }

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