#51B18D

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

Shades of Keppel #51B18D

Tints of Keppel #51B18D

Color information

#51B18D (or 0x51B18D) is unknown color: approx Keppel. HEX triplet: 51, B1 and 8D. RGB value is (81,177,141). Sum of RGB (Red+Green+Blue) = 81+177+141=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 177 - color contains mainly: green. Hex color #51B18D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B18D is #AE4E72. Grayscale: #909090. Windows color (decimal): -11423347 or 9285969. OLE color: 9285969.

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

Color convert

RGB81177141-
CMYK0.5400.200.31
HSL157.5º38.1%50.59%-
HSV(B)157.5º54.24%69.41%-
XYZ23.9235.1230.72-
YUV144.19126.282.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.30%
GREEN value IS 177 (69.53% from 255) = 44.36%
BLUE value IS 141 (55.47% from 255) = 35.34%
R=20.30%
G=44.36%
B=35.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811771410.5400.200.31157.538.150.59
Hex51B18D360141F9e2633
Octal12126121566024372364663
Binary101000110110001100011011101100101001111110011110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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