#51AC99

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

Shades of Keppel #51AC99

Tints of Keppel #51AC99

Color information

#51AC99 (or 0x51AC99) is unknown color: approx Keppel. HEX triplet: 51, AC and 99. RGB value is (81,172,153). Sum of RGB (Red+Green+Blue) = 81+172+153=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #51AC99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AC99 is #AE5366. Grayscale: #8E8E8E. Windows color (decimal): -11424615 or 10071121. OLE color: 10071121.

HSL color Cylindrical-coordinate representation of color #51AC99: hue angle of 167.47º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AC99 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB81172153-
CMYK0.5300.110.33
HSL167.47º35.97%49.61%-
HSV(B)167.47º52.91%67.45%-
XYZ23.933.5535.35-
YUV142.62133.8584.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.95%
GREEN value IS 172 (67.58% from 255) = 42.36%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=19.95%
G=42.36%
B=37.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811721530.5300.110.33167.4735.9749.61
Hex51AC99350B21a72432
Octal12125423165013412474462
Binary101000110101100100110011101010101110000110100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51AC99; }

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

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

<style>
 a { background-color: #51AC99; }

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

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

<style>
 span { border-color: #51AC99; }

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

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