#12A988

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

Shades of Mountain Meadow #12A988

Tints of Mountain Meadow #12A988

Color information

#12A988 (or 0x12A988) is unknown color: approx Mountain Meadow. HEX triplet: 12, A9 and 88. RGB value is (18,169,136). Sum of RGB (Red+Green+Blue) = 18+169+136=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 169 (66.41% from 255 or 52.32% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 169 - color contains mainly: green. Hex color #12A988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A988 is #ED5677. Grayscale: #787878. Windows color (decimal): -15554168 or 8956178. OLE color: 8956178.

HSL color Cylindrical-coordinate representation of color #12A988: hue angle of 166.89º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A988 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB18169136-
CMYK0.8900.200.34
HSL166.89º80.75%36.67%-
HSV(B)166.89º89.35%66.27%-
XYZ18.8830.2828.14-
YUV120.09136.9755.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.57%
GREEN value IS 169 (66.41% from 255) = 52.32%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=5.57%
G=52.32%
B=42.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal181691360.8900.200.34166.8980.7536.67
Hex12A9885901422a75125
Octal222512101310244224712145
Binary1001010101001100010001011001010100100010101001111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12A988; }

 p { color: rgb(18,169,136); }

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

<style>
 a { background-color: #12A988; }

 a { background-color: rgb(18,169,136); }

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

<style>
 span { border-color: #12A988; }

 span { border-color: rgb(18,169,136); }

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