#51B197

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

Shades of Keppel #51B197

Tints of Keppel #51B197

Color information

#51B197 (or 0x51B197) is unknown color: approx Keppel. HEX triplet: 51, B1 and 97. RGB value is (81,177,151). Sum of RGB (Red+Green+Blue) = 81+177+151=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 177 - color contains mainly: green. Hex color #51B197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B197 is #AE4E68. Grayscale: #919191. Windows color (decimal): -11423337 or 9941329. OLE color: 9941329.

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

Color convert

RGB81177151-
CMYK0.5400.150.31
HSL163.75º38.1%50.59%-
HSV(B)163.75º54.24%69.41%-
XYZ24.735.4334.81-
YUV145.33131.282.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.80%
GREEN value IS 177 (69.53% from 255) = 43.28%
BLUE value IS 151 (59.38% from 255) = 36.92%
R=19.80%
G=43.28%
B=36.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811771510.5400.150.31163.7538.150.59
Hex51B197360F1Fa42633
Octal12126122766017372444663
Binary10100011011000110010111110110011111111110100100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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