#51AB8D

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

Shades of Keppel #51AB8D

Tints of Keppel #51AB8D

Color information

#51AB8D (or 0x51AB8D) is unknown color: approx Keppel. HEX triplet: 51, AB and 8D. RGB value is (81,171,141). Sum of RGB (Red+Green+Blue) = 81+171+141=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #51AB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AB8D is #AE5472. Grayscale: #8C8C8C. Windows color (decimal): -11424883 or 9284433. OLE color: 9284433.

HSL color Cylindrical-coordinate representation of color #51AB8D: hue angle of 160º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AB8D is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB81171141-
CMYK0.5300.180.33
HSL160º35.71%49.41%-
HSV(B)160º52.63%67.06%-
XYZ22.7632.830.33-
YUV140.67128.1885.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.61%
GREEN value IS 171 (67.19% from 255) = 43.51%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=20.61%
G=43.51%
B=35.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811711410.5300.180.3316035.7149.41
Hex51AB8D3501221a02431
Octal12125321565022412404461
Binary1010001101010111000110111010101001010000110100000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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