#51B595

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

Shades of Keppel #51B595

Tints of Keppel #51B595

Color information

#51B595 (or 0x51B595) is unknown color: approx Keppel. HEX triplet: 51, B5 and 95. RGB value is (81,181,149). Sum of RGB (Red+Green+Blue) = 81+181+149=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 181 - color contains mainly: green. Hex color #51B595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B595 is #AE4A6A. Grayscale: #939393. Windows color (decimal): -11422315 or 9811281. OLE color: 9811281.

HSL color Cylindrical-coordinate representation of color #51B595: hue angle of 160.8º 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 #51B595 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB81181149-
CMYK0.5500.180.29
HSL160.8º40.32%51.37%-
HSV(B)160.8º55.25%70.98%-
XYZ25.3436.9734.23-
YUV147.45128.8780.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.71%
GREEN value IS 181 (71.09% from 255) = 44.04%
BLUE value IS 149 (58.59% from 255) = 36.25%
R=19.71%
G=44.04%
B=36.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811811490.5500.180.29160.840.3251.37
Hex51B595370121Da12833
Octal12126522567022352415063
Binary101000110110101100101011101110100101110110100001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,181,149); }

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

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

 a { background-color: rgb(81,181,149); }

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

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

 span { border-color: rgb(81,181,149); }

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