#51BB97

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

Shades of Keppel #51BB97

Tints of Keppel #51BB97

Color information

#51BB97 (or 0x51BB97) is unknown color: approx Keppel. HEX triplet: 51, BB and 97. RGB value is (81,187,151). Sum of RGB (Red+Green+Blue) = 81+187+151=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 187 - color contains mainly: green. Hex color #51BB97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BB97 is #AE4468. Grayscale: #979797. Windows color (decimal): -11420777 or 9943889. OLE color: 9943889.

HSL color Cylindrical-coordinate representation of color #51BB97: hue angle of 159.62º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BB97 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB81187151-
CMYK0.5700.190.27
HSL159.62º43.8%52.55%-
HSV(B)159.62º56.68%73.33%-
XYZ26.7539.5235.5-
YUV151.2127.8877.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.33%
GREEN value IS 187 (73.44% from 255) = 44.63%
BLUE value IS 151 (59.38% from 255) = 36.04%
R=19.33%
G=44.63%
B=36.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811871510.5700.190.27159.6243.852.55
Hex51BB97390131Ba02c35
Octal12127322771023332405465
Binary101000110111011100101111110010100111101110100000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,187,151); }

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

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

 a { background-color: rgb(81,187,151); }

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

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

 span { border-color: rgb(81,187,151); }

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