Html Css Color HEX #5BE0BA Downy

📋 copy color: '#5BE0BA'

red 91 ◦ green 224 ◦ blue 186

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

Shades of Downy #5BE0BA

Tints of Downy #5BE0BA

RGB

 RED value IS 91 (35.94% from 255) = 18.16%

 GREEN value IS 224 (87.89% from 255) = 44.71%

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 18.16%
G = 44.71%
B = 37.13%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#5BE0BA (or 0x5BE0BA) is known color: Downy. HEX triplet: 5B, E0 and BA. RGB value is (91,224,186). Sum of RGB (Red+Green+Blue) = 91+224+186=501 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.16% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 224 - color contains mainly: green. Hex color #5BE0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE0BA is #A41F45. Grayscale: #B3B3B3. Windows color (decimal): -10755910 or 12247131. OLE color: 12247131.

HSL color Cylindrical-coordinate representation of color #5BE0BA: hue angle of 162.86º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BE0BA is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 91 224 186 -
CMYK 0.59 0 0.17 0.12
HSL 162.86º 0.68% 0.62% -
HSV(B) 162.86º 0.59% 0.88% -
XYZ 39.83 59.08 55.76 -
YUV 179.9 131.44 64.59 -
System Red Green Blue C M Y K H S L
Decimal 91 224 186 0.59 0 0.17 0.12 162.86 0.68 0.62
Hex 5B E0 BA 3B 0 11 C A3 44 3E
Octal 133 340 272 73 0 21 14 243 104 76
Binary 1011011 11100000 10111010 111011 0 10001 1100 10100011 1000100 111110

Color Harmonies of #5BE0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BE0BA

Black with #5BE0BA

Text Example


Text Example

White with #5BE0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,224,186); }

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

background-color css

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

 a { background-color: rgb(91,224,186); }

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

border-color css

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

 span { border-color: rgb(91,224,186); }

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