#51AF96

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

Shades of Keppel #51AF96

Tints of Keppel #51AF96

Color information

#51AF96 (or 0x51AF96) is unknown color: approx Keppel. HEX triplet: 51, AF and 96. RGB value is (81,175,150). Sum of RGB (Red+Green+Blue) = 81+175+150=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #51AF96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AF96 is #AE5069. Grayscale: #909090. Windows color (decimal): -11423850 or 9875281. OLE color: 9875281.

HSL color Cylindrical-coordinate representation of color #51AF96: hue angle of 164.04º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51AF96 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB81175150-
CMYK0.5400.140.31
HSL164.04º37.01%50.2%-
HSV(B)164.04º53.71%68.63%-
XYZ24.2334.6134.26-
YUV144.04131.3683.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.95%
GREEN value IS 175 (68.75% from 255) = 43.10%
BLUE value IS 150 (58.98% from 255) = 36.95%
R=19.95%
G=43.10%
B=36.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811751500.5400.140.31164.0437.0150.2
Hex51AF96360E1Fa42532
Octal12125722666016372444562
Binary10100011010111110010110110110011101111110100100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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