#51AF8D

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

Shades of Keppel #51AF8D

Tints of Keppel #51AF8D

Color information

#51AF8D (or 0x51AF8D) is unknown color: approx Keppel. HEX triplet: 51, AF and 8D. RGB value is (81,175,141). Sum of RGB (Red+Green+Blue) = 81+175+141=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #51AF8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AF8D is #AE5072. Grayscale: #8F8F8F. Windows color (decimal): -11423859 or 9285457. OLE color: 9285457.

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

Color convert

RGB81175141-
CMYK0.5400.190.31
HSL158.3º37.01%50.2%-
HSV(B)158.3º53.71%68.63%-
XYZ23.5334.3330.59-
YUV143.02126.8683.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.40%
GREEN value IS 175 (68.75% from 255) = 44.08%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=20.40%
G=44.08%
B=35.52%

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
Decimal811751410.5400.190.31158.337.0150.2
Hex51AF8D360131F9e2532
Octal12125721566023372364562
Binary101000110101111100011011101100100111111110011110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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