#5BAE9C

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

Shades of Keppel #5BAE9C

Tints of Keppel #5BAE9C

Color information

#5BAE9C (or 0x5BAE9C) is unknown color: approx Keppel. HEX triplet: 5B, AE and 9C. RGB value is (91,174,156). Sum of RGB (Red+Green+Blue) = 91+174+156=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAE9C is #A45163. Grayscale: #939393. Windows color (decimal): -10768740 or 10268251. OLE color: 10268251.

HSL color Cylindrical-coordinate representation of color #5BAE9C: hue angle of 166.99º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAE9C is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB91174156-
CMYK0.4800.100.32
HSL166.99º33.88%51.96%-
HSV(B)166.99º47.7%68.24%-
XYZ25.4534.936.85-
YUV147.1313387.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.62%
GREEN value IS 174 (68.36% from 255) = 41.33%
BLUE value IS 156 (61.33% from 255) = 37.05%
R=21.62%
G=41.33%
B=37.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal911741560.4800.100.32166.9933.8851.96
Hex5BAE9C300A20a72234
Octal13325623460012402474264
Binary101101110101110100111001100000101010000010100111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,174,156); }

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

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

 a { background-color: rgb(91,174,156); }

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

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

 span { border-color: rgb(91,174,156); }

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