#17A07F

Color #17A07F Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #17A07F

Tints of Mountain Meadow #17A07F

Color information

#17A07F (or 0x17A07F) is unknown color: approx Mountain Meadow. HEX triplet: 17, A0 and 7F. RGB value is (23,160,127). Sum of RGB (Red+Green+Blue) = 23+160+127=310 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.42% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #17A07F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17A07F is #E85F80. Grayscale: #737373. Windows color (decimal): -15228801 or 8364055. OLE color: 8364055.

HSL color Cylindrical-coordinate representation of color #17A07F: hue angle of 165.55º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #17A07F is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB23160127-
CMYK0.8600.210.37
HSL165.55º74.86%35.88%-
HSV(B)165.55º85.62%62.75%-
XYZ16.7526.8624.38-
YUV115.27134.6162.18-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.42%
GREEN value IS 160 (62.89% from 255) = 51.61%
BLUE value IS 127 (50% from 255) = 40.97%
R=7.42%
G=51.61%
B=40.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal231601270.8600.210.37165.5574.8635.88
Hex17A07F5601525a64b24
Octal272401771260254524611344
Binary101111010000011111111010110010101100101101001101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17A07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17A07F; }

 p { color: rgb(23,160,127); }

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

<style>
 a { background-color: #17A07F; }

 a { background-color: rgb(23,160,127); }

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

<style>
 span { border-color: #17A07F; }

 span { border-color: rgb(23,160,127); }

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