#51AC95

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

Shades of Keppel #51AC95

Tints of Keppel #51AC95

Color information

#51AC95 (or 0x51AC95) is unknown color: approx Keppel. HEX triplet: 51, AC and 95. RGB value is (81,172,149). Sum of RGB (Red+Green+Blue) = 81+172+149=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 172 - color contains mainly: green. Hex color #51AC95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AC95 is #AE536A. Grayscale: #8E8E8E. Windows color (decimal): -11424619 or 9808977. OLE color: 9808977.

HSL color Cylindrical-coordinate representation of color #51AC95: hue angle of 164.84º 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 #51AC95 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB81172149-
CMYK0.5300.130.33
HSL164.84º35.97%49.61%-
HSV(B)164.84º52.91%67.45%-
XYZ23.5733.4233.64-
YUV142.17131.8584.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.15%
GREEN value IS 172 (67.58% from 255) = 42.79%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=20.15%
G=42.79%
B=37.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811721490.5300.130.33164.8435.9749.61
Hex51AC95350D21a52432
Octal12125422565015412454462
Binary101000110101100100101011101010110110000110100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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