#51AF97

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

Shades of Keppel #51AF97

Tints of Keppel #51AF97

Color information

#51AF97 (or 0x51AF97) is unknown color: approx Keppel. HEX triplet: 51, AF and 97. RGB value is (81,175,151). Sum of RGB (Red+Green+Blue) = 81+175+151=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #51AF97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AF97 is #AE5068. Grayscale: #909090. Windows color (decimal): -11423849 or 9940817. OLE color: 9940817.

HSL color Cylindrical-coordinate representation of color #51AF97: hue angle of 164.68º 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 #51AF97 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB81175151-
CMYK0.5400.140.31
HSL164.68º37.01%50.2%-
HSV(B)164.68º53.71%68.63%-
XYZ24.3134.6434.68-
YUV144.16131.8682.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.90%
GREEN value IS 175 (68.75% from 255) = 43.00%
BLUE value IS 151 (59.38% from 255) = 37.10%
R=19.90%
G=43.00%
B=37.10%

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
Decimal811751510.5400.140.31164.6837.0150.2
Hex51AF97360E1Fa52532
Octal12125722766016372454562
Binary10100011010111110010111110110011101111110100101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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