#5BAE98

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

Shades of Keppel #5BAE98

Tints of Keppel #5BAE98

Color information

#5BAE98 (or 0x5BAE98) is unknown color: approx Keppel. HEX triplet: 5B, AE and 98. RGB value is (91,174,152). Sum of RGB (Red+Green+Blue) = 91+174+152=417 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.82% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAE98 is #A45167. Grayscale: #929292. Windows color (decimal): -10768744 or 10006107. OLE color: 10006107.

HSL color Cylindrical-coordinate representation of color #5BAE98: hue angle of 164.1º 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 #5BAE98 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB91174152-
CMYK0.4800.130.32
HSL164.1º33.88%51.96%-
HSV(B)164.1º47.7%68.24%-
XYZ25.1234.7635.09-
YUV146.6713188.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.82%
GREEN value IS 174 (68.36% from 255) = 41.73%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=21.82%
G=41.73%
B=36.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal911741520.4800.130.32164.133.8851.96
Hex5BAE98300D20a42234
Octal13325623060015402444264
Binary101101110101110100110001100000110110000010100100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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