#51AF8E

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

Shades of Keppel #51AF8E

Tints of Keppel #51AF8E

Color information

#51AF8E (or 0x51AF8E) is unknown color: approx Keppel. HEX triplet: 51, AF and 8E. RGB value is (81,175,142). Sum of RGB (Red+Green+Blue) = 81+175+142=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #51AF8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AF8E is #AE5071. Grayscale: #8F8F8F. Windows color (decimal): -11423858 or 9350993. OLE color: 9350993.

HSL color Cylindrical-coordinate representation of color #51AF8E: hue angle of 158.94º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51AF8E is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB81175142-
CMYK0.5400.190.31
HSL158.94º37.01%50.2%-
HSV(B)158.94º53.71%68.63%-
XYZ23.6134.3630.98-
YUV143.13127.3683.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.35%
GREEN value IS 175 (68.75% from 255) = 43.97%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=20.35%
G=43.97%
B=35.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811751420.5400.190.31158.9437.0150.2
Hex51AF8E360131F9f2532
Octal12125721666023372374562
Binary101000110101111100011101101100100111111110011111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,175,142); }

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

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

 a { background-color: rgb(81,175,142); }

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

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

 span { border-color: rgb(81,175,142); }

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