#51B48A

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

Shades of Keppel #51B48A

Tints of Keppel #51B48A

Color information

#51B48A (or 0x51B48A) is unknown color: approx Keppel. HEX triplet: 51, B4 and 8A. RGB value is (81,180,138). Sum of RGB (Red+Green+Blue) = 81+180+138=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #51B48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B48A is #AE4B75. Grayscale: #919191. Windows color (decimal): -11422582 or 9090129. OLE color: 9090129.

HSL color Cylindrical-coordinate representation of color #51B48A: hue angle of 154.55º 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 #51B48A is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB81180138-
CMYK0.5500.230.29
HSL154.55º39.76%51.18%-
HSV(B)154.55º55%70.59%-
XYZ24.336.2329.76-
YUV145.61123.781.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.30%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 138 (54.30% from 255) = 34.59%
R=20.30%
G=45.11%
B=34.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811801380.5500.230.29154.5539.7651.18
Hex51B48A370171D9b2833
Octal12126421267027352335063
Binary101000110110100100010101101110101111110110011011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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