#5FAC99

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

Shades of Keppel #5FAC99

Tints of Keppel #5FAC99

Color information

#5FAC99 (or 0x5FAC99) is unknown color: approx Keppel. HEX triplet: 5F, AC and 99. RGB value is (95,172,153). Sum of RGB (Red+Green+Blue) = 95+172+153=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAC99 is #A05366. Grayscale: #929292. Windows color (decimal): -10507111 or 10071135. OLE color: 10071135.

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

Color convert

RGB95172153-
CMYK0.4500.110.33
HSL165.19º31.69%52.35%-
HSV(B)165.19º44.77%67.45%-
XYZ25.2234.2435.42-
YUV146.81131.4991.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.62%
GREEN value IS 172 (67.58% from 255) = 40.95%
BLUE value IS 153 (60.16% from 255) = 36.43%
R=22.62%
G=40.95%
B=36.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951721530.4500.110.33165.1931.6952.35
Hex5FAC992D0B21a52034
Octal13725423155013412454064
Binary101111110101100100110011011010101110000110100101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,172,153); }

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

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

 a { background-color: rgb(95,172,153); }

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

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

 span { border-color: rgb(95,172,153); }

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