#51B195

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

Shades of Keppel #51B195

Tints of Keppel #51B195

Color information

#51B195 (or 0x51B195) is unknown color: approx Keppel. HEX triplet: 51, B1 and 95. RGB value is (81,177,149). Sum of RGB (Red+Green+Blue) = 81+177+149=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 177 - color contains mainly: green. Hex color #51B195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B195 is #AE4E6A. Grayscale: #919191. Windows color (decimal): -11423339 or 9810257. OLE color: 9810257.

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

Color convert

RGB81177149-
CMYK0.5400.160.31
HSL162.5º38.1%50.59%-
HSV(B)162.5º54.24%69.41%-
XYZ24.5435.3633.97-
YUV145.1130.282.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.90%
GREEN value IS 177 (69.53% from 255) = 43.49%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=19.90%
G=43.49%
B=36.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811771490.5400.160.31162.538.150.59
Hex51B195360101Fa22633
Octal12126122566020372424663
Binary101000110110001100101011101100100001111110100010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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