#5BBA95

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

Shades of Keppel #5BBA95

Tints of Keppel #5BBA95

Color information

#5BBA95 (or 0x5BBA95) is unknown color: approx Keppel. HEX triplet: 5B, BA and 95. RGB value is (91,186,149). Sum of RGB (Red+Green+Blue) = 91+186+149=426 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.36% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #5BBA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBA95 is #A4456A. Grayscale: #999999. Windows color (decimal): -10765675 or 9812571. OLE color: 9812571.

HSL color Cylindrical-coordinate representation of color #5BBA95: hue angle of 156.63º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BBA95 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB91186149-
CMYK0.5100.200.27
HSL156.63º40.77%54.31%-
HSV(B)156.63º51.08%72.94%-
XYZ27.339.5134.62-
YUV153.38125.5383.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.36%
GREEN value IS 186 (73.05% from 255) = 43.66%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=21.36%
G=43.66%
B=34.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911861490.5100.200.27156.6340.7754.31
Hex5BBA95330141B9d2936
Octal13327222563024332355166
Binary101101110111010100101011100110101001101110011101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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