#51AD8F

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

Shades of Keppel #51AD8F

Tints of Keppel #51AD8F

Color information

#51AD8F (or 0x51AD8F) is unknown color: approx Keppel. HEX triplet: 51, AD and 8F. RGB value is (81,173,143). Sum of RGB (Red+Green+Blue) = 81+173+143=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 173 - color contains mainly: green. Hex color #51AD8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AD8F is #AE5270. Grayscale: #8E8E8E. Windows color (decimal): -11424369 or 9416017. OLE color: 9416017.

HSL color Cylindrical-coordinate representation of color #51AD8F: hue angle of 160.43º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AD8F is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB81173143-
CMYK0.5300.170.32
HSL160.43º36.22%49.8%-
HSV(B)160.43º53.18%67.84%-
XYZ23.2933.6231.25-
YUV142.07128.5284.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.40%
GREEN value IS 173 (67.97% from 255) = 43.58%
BLUE value IS 143 (56.25% from 255) = 36.02%
R=20.40%
G=43.58%
B=36.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811731430.5300.170.32160.4336.2249.8
Hex51AD8F3501120a02432
Octal12125521765021402404462
Binary1010001101011011000111111010101000110000010100000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,173,143); }

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

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

 a { background-color: rgb(81,173,143); }

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

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

 span { border-color: rgb(81,173,143); }

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