#51B18B

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

Shades of Keppel #51B18B

Tints of Keppel #51B18B

Color information

#51B18B (or 0x51B18B) is unknown color: approx Keppel. HEX triplet: 51, B1 and 8B. RGB value is (81,177,139). Sum of RGB (Red+Green+Blue) = 81+177+139=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #51B18B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B18B is #AE4E74. Grayscale: #909090. Windows color (decimal): -11423349 or 9154897. OLE color: 9154897.

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

Color convert

RGB81177139-
CMYK0.5400.210.31
HSL156.25º38.1%50.59%-
HSV(B)156.25º54.24%69.41%-
XYZ23.7835.0629.94-
YUV143.96125.283.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.40%
GREEN value IS 177 (69.53% from 255) = 44.58%
BLUE value IS 139 (54.69% from 255) = 35.01%
R=20.40%
G=44.58%
B=35.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811771390.5400.210.31156.2538.150.59
Hex51B18B360151F9c2633
Octal12126121366025372344663
Binary101000110110001100010111101100101011111110011100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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