#5BBC9A

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

Shades of Keppel #5BBC9A

Tints of Keppel #5BBC9A

Color information

#5BBC9A (or 0x5BBC9A) is unknown color: approx Keppel. HEX triplet: 5B, BC and 9A. RGB value is (91,188,154). Sum of RGB (Red+Green+Blue) = 91+188+154=433 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.02% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBC9A is #A44365. Grayscale: #9B9B9B. Windows color (decimal): -10765158 or 10140763. OLE color: 10140763.

HSL color Cylindrical-coordinate representation of color #5BBC9A: hue angle of 158.97º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBC9A is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB91188154-
CMYK0.5200.180.26
HSL158.97º41.99%54.71%-
HSV(B)158.97º51.6%73.73%-
XYZ28.1340.5236.91-
YUV155.12127.3682.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.02%
GREEN value IS 188 (73.83% from 255) = 43.42%
BLUE value IS 154 (60.55% from 255) = 35.57%
R=21.02%
G=43.42%
B=35.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal911881540.5200.180.26158.9741.9954.71
Hex5BBC9A340121A9f2a37
Octal13327423264022322375267
Binary101101110111100100110101101000100101101010011111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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