#51B494

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

Shades of Keppel #51B494

Tints of Keppel #51B494

Color information

#51B494 (or 0x51B494) is unknown color: approx Keppel. HEX triplet: 51, B4 and 94. RGB value is (81,180,148). Sum of RGB (Red+Green+Blue) = 81+180+148=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #51B494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B494 is #AE4B6B. Grayscale: #929292. Windows color (decimal): -11422572 or 9745489. OLE color: 9745489.

HSL color Cylindrical-coordinate representation of color #51B494: hue angle of 160.61º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B494 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB81180148-
CMYK0.5500.180.29
HSL160.61º39.76%51.18%-
HSV(B)160.61º55%70.59%-
XYZ25.0636.5333.75-
YUV146.75128.781.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.80%
GREEN value IS 180 (70.70% from 255) = 44.01%
BLUE value IS 148 (58.20% from 255) = 36.19%
R=19.80%
G=44.01%
B=36.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811801480.5500.180.29160.6139.7651.18
Hex51B494370121Da12833
Octal12126422467022352415063
Binary101000110110100100101001101110100101110110100001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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