#5BE0BA

Color #5BE0BA Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #5BE0BA

Tints of Downy #5BE0BA

Color information

#5BE0BA (or 0x5BE0BA) is unknown color: approx 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

RGB91224186-
CMYK0.5900.170.12
HSL162.86º68.21%61.76%-
HSV(B)162.86º59.38%87.84%-
XYZ39.8359.0855.76-
YUV179.9131.4464.59-

RGB Variations

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

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 (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal912241860.5900.170.12162.8668.2161.76
Hex5BE0BA3B011Ca3443e
Octal133340272730211424310476
Binary101101111100000101110101110110100011100101000111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BE0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>