#51B191

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

Shades of Keppel #51B191

Tints of Keppel #51B191

Color information

#51B191 (or 0x51B191) is unknown color: approx Keppel. HEX triplet: 51, B1 and 91. RGB value is (81,177,145). Sum of RGB (Red+Green+Blue) = 81+177+145=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 177 - color contains mainly: green. Hex color #51B191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B191 is #AE4E6E. Grayscale: #909090. Windows color (decimal): -11423343 or 9548113. OLE color: 9548113.

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

Color convert

RGB81177145-
CMYK0.5400.180.31
HSL160º38.1%50.59%-
HSV(B)160º54.24%69.41%-
XYZ24.2335.2432.31-
YUV144.65128.282.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.10%
GREEN value IS 177 (69.53% from 255) = 43.92%
BLUE value IS 145 (57.03% from 255) = 35.98%
R=20.10%
G=43.92%
B=35.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811771450.5400.180.3116038.150.59
Hex51B191360121Fa02633
Octal12126122166022372404663
Binary101000110110001100100011101100100101111110100000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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