#5BAA8C

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

Shades of Keppel #5BAA8C

Tints of Keppel #5BAA8C

Color information

#5BAA8C (or 0x5BAA8C) is unknown color: approx Keppel. HEX triplet: 5B, AA and 8C. RGB value is (91,170,140). Sum of RGB (Red+Green+Blue) = 91+170+140=401 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.69% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAA8C is #A45573. Grayscale: #8F8F8F. Windows color (decimal): -10769780 or 9218651. OLE color: 9218651.

HSL color Cylindrical-coordinate representation of color #5BAA8C: hue angle of 157.22º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BAA8C is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB91170140-
CMYK0.4600.180.33
HSL157.22º31.73%51.18%-
HSV(B)157.22º46.47%66.67%-
XYZ23.4232.8729.92-
YUV142.96126.3390.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.69%
GREEN value IS 170 (66.80% from 255) = 42.39%
BLUE value IS 140 (55.08% from 255) = 34.91%
R=22.69%
G=42.39%
B=34.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911701400.4600.180.33157.2231.7351.18
Hex5BAA8C2E012219d2033
Octal13325221456022412354063
Binary1011011101010101000110010111001001010000110011101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,170,140); }

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

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

 a { background-color: rgb(91,170,140); }

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

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

 span { border-color: rgb(91,170,140); }

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