#5be0bf

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

Shades of Downy #5BE0BF

Tints of Downy #5BE0BF

Color information

#5BE0BF (or 0x5BE0BF) is unknown color: approx Downy. HEX triplet: 5B, E0 and BF. RGB value is (91,224,191). Sum of RGB (Red+Green+Blue) = 91+224+191=506 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.98% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #5BE0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE0BF is #A41F40. Grayscale: #B4B4B4. Windows color (decimal): -10755905 or 12574811. OLE color: 12574811.

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

Color convert

RGB91224191-
CMYK0.5900.150.12
HSL165.11º68.21%61.76%-
HSV(B)165.11º59.38%87.84%-
XYZ40.3759.358.61-
YUV180.47133.9464.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.98%
GREEN value IS 224 (87.89% from 255) = 44.27%
BLUE value IS 191 (75% from 255) = 37.75%
R=17.98%
G=44.27%
B=37.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal912241910.5900.150.12165.1168.2161.76
Hex5BE0BF3B0FCa5443e
Octal133340277730171424510476
Binary10110111110000010111111111011011111100101001011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5be0bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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