Html Css Color HEX #5DE2BB Downy

📋 copy color: '#5DE2BB'

red 93 ◦ green 226 ◦ blue 187

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

Shades of Downy #5DE2BB

Tints of Downy #5DE2BB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.66%

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

R = 18.38%
G = 44.66%
B = 36.96%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#5DE2BB (or 0x5DE2BB) is known color: Downy. HEX triplet: 5D, E2 and BB. RGB value is (93,226,187). Sum of RGB (Red+Green+Blue) = 93+226+187=506 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.38% from 506); Green value is 226 (88.67% from 255 or 44.66% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 226 - color contains mainly: green. Hex color #5DE2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE2BB is #A21D44. Grayscale: #B5B5B5. Windows color (decimal): -10624325 or 12313181. OLE color: 12313181.

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

Color convert

RGB 93 226 187 -
CMYK 0.59 0 0.17 0.11
HSL 162.41º 0.7% 0.63% -
HSV(B) 162.41º 0.59% 0.89% -
XYZ 40.68 60.31 56.51 -
YUV 181.79 130.94 64.67 -
System Red Green Blue C M Y K H S L
Decimal 93 226 187 0.59 0 0.17 0.11 162.41 0.7 0.63
Hex 5D E2 BB 3B 0 11 B A2 46 3F
Octal 135 342 273 73 0 21 13 242 106 77
Binary 1011101 11100010 10111011 111011 0 10001 1011 10100010 1000110 111111

Color Harmonies of #5DE2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DE2BB

Black with #5DE2BB

Text Example


Text Example

White with #5DE2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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