#51BB94

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

Shades of Keppel #51BB94

Tints of Keppel #51BB94

Color information

#51BB94 (or 0x51BB94) is unknown color: approx Keppel. HEX triplet: 51, BB and 94. RGB value is (81,187,148). Sum of RGB (Red+Green+Blue) = 81+187+148=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 187 - color contains mainly: green. Hex color #51BB94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BB94 is #AE446B. Grayscale: #969696. Windows color (decimal): -11420780 or 9747281. OLE color: 9747281.

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

Color convert

RGB81187148-
CMYK0.5700.210.27
HSL157.92º43.8%52.55%-
HSV(B)157.92º56.68%73.33%-
XYZ26.5139.4334.23-
YUV150.86126.3878.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.47%
GREEN value IS 187 (73.44% from 255) = 44.95%
BLUE value IS 148 (58.20% from 255) = 35.58%
R=19.47%
G=44.95%
B=35.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811871480.5700.210.27157.9243.852.55
Hex51BB94390151B9e2c35
Octal12127322471025332365465
Binary101000110111011100101001110010101011101110011110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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