#51B391

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

Shades of Keppel #51B391

Tints of Keppel #51B391

Color information

#51B391 (or 0x51B391) is unknown color: approx Keppel. HEX triplet: 51, B3 and 91. RGB value is (81,179,145). Sum of RGB (Red+Green+Blue) = 81+179+145=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 179 - color contains mainly: green. Hex color #51B391 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B391 is #AE4C6E. Grayscale: #919191. Windows color (decimal): -11422831 or 9548625. OLE color: 9548625.

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

Color convert

RGB81179145-
CMYK0.5500.190.30
HSL159.18º39.2%50.98%-
HSV(B)159.18º54.75%70.2%-
XYZ24.6236.0332.45-
YUV145.82127.5381.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20%
GREEN value IS 179 (70.31% from 255) = 44.20%
BLUE value IS 145 (57.03% from 255) = 35.80%
R=20%
G=44.20%
B=35.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal811791450.5500.190.30159.1839.250.98
Hex51B391370131E9f2733
Octal12126322167023362374763
Binary101000110110011100100011101110100111111010011111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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