#5BE1BC

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

Shades of Downy #5BE1BC

Tints of Downy #5BE1BC

Color information

#5BE1BC (or 0x5BE1BC) is unknown color: approx Downy. HEX triplet: 5B, E1 and BC. RGB value is (91,225,188). Sum of RGB (Red+Green+Blue) = 91+225+188=504 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.06% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #5BE1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE1BC is #A41E43. Grayscale: #B4B4B4. Windows color (decimal): -10755652 or 12378459. OLE color: 12378459.

HSL color Cylindrical-coordinate representation of color #5BE1BC: hue angle of 163.43º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BE1BC is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB91225188-
CMYK0.6000.160.12
HSL163.43º69.07%61.96%-
HSV(B)163.43º59.56%88.24%-
XYZ40.3259.7156.98-
YUV180.72132.1164.01-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.06%
GREEN value IS 225 (88.28% from 255) = 44.64%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=18.06%
G=44.64%
B=37.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal912251880.6000.160.12163.4369.0761.96
Hex5BE1BC3C010Ca3453e
Octal133341274740201424310576
Binary101101111100001101111001111000100001100101000111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BE1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,225,188); }

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

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

 a { background-color: rgb(91,225,188); }

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

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

 span { border-color: rgb(91,225,188); }

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