#51B491

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

Shades of Keppel #51B491

Tints of Keppel #51B491

Color information

#51B491 (or 0x51B491) is unknown color: approx Keppel. HEX triplet: 51, B4 and 91. RGB value is (81,180,145). Sum of RGB (Red+Green+Blue) = 81+180+145=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 180 - color contains mainly: green. Hex color #51B491 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B491 is #AE4B6E. Grayscale: #929292. Windows color (decimal): -11422575 or 9548881. OLE color: 9548881.

HSL color Cylindrical-coordinate representation of color #51B491: hue angle of 158.79º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B491 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB81180145-
CMYK0.5500.190.29
HSL158.79º39.76%51.18%-
HSV(B)158.79º55%70.59%-
XYZ24.8336.4432.51-
YUV146.41127.281.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.95%
GREEN value IS 180 (70.70% from 255) = 44.33%
BLUE value IS 145 (57.03% from 255) = 35.71%
R=19.95%
G=44.33%
B=35.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811801450.5500.190.29158.7939.7651.18
Hex51B491370131D9f2833
Octal12126422167023352375063
Binary101000110110100100100011101110100111110110011111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,180,145); }

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

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

 a { background-color: rgb(81,180,145); }

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

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

 span { border-color: rgb(81,180,145); }

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