#51AF92

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

Shades of Keppel #51AF92

Tints of Keppel #51AF92

Color information

#51AF92 (or 0x51AF92) is unknown color: approx Keppel. HEX triplet: 51, AF and 92. RGB value is (81,175,146). Sum of RGB (Red+Green+Blue) = 81+175+146=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #51AF92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AF92 is #AE506D. Grayscale: #8F8F8F. Windows color (decimal): -11423854 or 9613137. OLE color: 9613137.

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

Color convert

RGB81175146-
CMYK0.5400.170.31
HSL161.49º37.01%50.2%-
HSV(B)161.49º53.71%68.63%-
XYZ23.9134.4832.59-
YUV143.59129.3683.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.15%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 146 (57.42% from 255) = 36.32%
R=20.15%
G=43.53%
B=36.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811751460.5400.170.31161.4937.0150.2
Hex51AF92360111Fa12532
Octal12125722266021372414562
Binary101000110101111100100101101100100011111110100001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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