#5BAC8A

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

Shades of Keppel #5BAC8A

Tints of Keppel #5BAC8A

Color information

#5BAC8A (or 0x5BAC8A) is unknown color: approx Keppel. HEX triplet: 5B, AC and 8A. RGB value is (91,172,138). Sum of RGB (Red+Green+Blue) = 91+172+138=401 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.69% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAC8A is #A45375. Grayscale: #8F8F8F. Windows color (decimal): -10769270 or 9088091. OLE color: 9088091.

HSL color Cylindrical-coordinate representation of color #5BAC8A: hue angle of 154.81º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAC8A is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB91172138-
CMYK0.4700.200.33
HSL154.81º32.79%51.57%-
HSV(B)154.81º47.09%67.45%-
XYZ23.6533.5629.28-
YUV143.9124.6690.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.69%
GREEN value IS 172 (67.58% from 255) = 42.89%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=22.69%
G=42.89%
B=34.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911721380.4700.200.33154.8132.7951.57
Hex5BAC8A2F014219b2134
Octal13325421257024412334164
Binary1011011101011001000101010111101010010000110011011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,172,138); }

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

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

 a { background-color: rgb(91,172,138); }

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

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

 span { border-color: rgb(91,172,138); }

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