#51AA96

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

Shades of Keppel #51AA96

Tints of Keppel #51AA96

Color information

#51AA96 (or 0x51AA96) is unknown color: approx Keppel. HEX triplet: 51, AA and 96. RGB value is (81,170,150). Sum of RGB (Red+Green+Blue) = 81+170+150=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #51AA96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AA96 is #AE5569. Grayscale: #8D8D8D. Windows color (decimal): -11425130 or 9874001. OLE color: 9874001.

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

Color convert

RGB81170150-
CMYK0.5200.120.33
HSL166.52º35.46%49.22%-
HSV(B)166.52º52.35%66.67%-
XYZ23.2732.733.94-
YUV141.11133.0185.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.20%
GREEN value IS 170 (66.80% from 255) = 42.39%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=20.20%
G=42.39%
B=37.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811701500.5200.120.33166.5235.4649.22
Hex51AA96340C21a72331
Octal12125222664014412474361
Binary101000110101010100101101101000110010000110100111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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