#51AB96

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

Shades of Keppel #51AB96

Tints of Keppel #51AB96

Color information

#51AB96 (or 0x51AB96) is unknown color: approx Keppel. HEX triplet: 51, AB and 96. RGB value is (81,171,150). Sum of RGB (Red+Green+Blue) = 81+171+150=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #51AB96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AB96 is #AE5469. Grayscale: #8D8D8D. Windows color (decimal): -11424874 or 9874257. OLE color: 9874257.

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

Color convert

RGB81171150-
CMYK0.5300.120.33
HSL166º35.71%49.41%-
HSV(B)166º52.63%67.06%-
XYZ23.4633.0834-
YUV141.7132.6884.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.15%
GREEN value IS 171 (67.19% from 255) = 42.54%
BLUE value IS 150 (58.98% from 255) = 37.31%
R=20.15%
G=42.54%
B=37.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811711500.5300.120.3316635.7149.41
Hex51AB96350C21a62431
Octal12125322665014412464461
Binary101000110101011100101101101010110010000110100110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,171,150); }

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

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

 a { background-color: rgb(81,171,150); }

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

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

 span { border-color: rgb(81,171,150); }

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