#5BE0BB

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

Shades of Downy #5BE0BB

Tints of Downy #5BE0BB

Color information

#5BE0BB (or 0x5BE0BB) is unknown color: approx Downy. HEX triplet: 5B, E0 and BB. RGB value is (91,224,187). Sum of RGB (Red+Green+Blue) = 91+224+187=502 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.13% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #5BE0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE0BB is #A41F44. Grayscale: #B4B4B4. Windows color (decimal): -10755909 or 12312667. OLE color: 12312667.

HSL color Cylindrical-coordinate representation of color #5BE0BB: hue angle of 163.31º 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 #5BE0BB is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB91224187-
CMYK0.5900.170.12
HSL163.31º68.21%61.76%-
HSV(B)163.31º59.38%87.84%-
XYZ39.9459.1256.32-
YUV180.02131.9464.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.13%
GREEN value IS 224 (87.89% from 255) = 44.62%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=18.13%
G=44.62%
B=37.25%

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
Decimal912241870.5900.170.12163.3168.2161.76
Hex5BE0BB3B011Ca3443e
Octal133340273730211424310476
Binary101101111100000101110111110110100011100101000111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BE0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5BE0BB;
 }
 .AnyTagClassName
 {
   color: #5BE0BB;
 }
</style>
background-color css

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

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

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

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

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

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