Html Css Color HEX #12A686 Mountain Meadow

📋 copy color: '#12A686'

red 18 ◦ green 166 ◦ blue 134

#12A686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #12A686

Tints of Mountain Meadow #12A686

RGB

 RED value IS 18 (7.42% from 255) = 5.66%

 GREEN value IS 166 (65.23% from 255) = 52.2%

 BLUE value IS 134 (52.73% from 255) = 42.14%

R = 5.66%
G = 52.2%
B = 42.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#12A686 (or 0x12A686) is known color: Mountain Meadow. HEX triplet: 12, A6 and 86. RGB value is (18,166,134). Sum of RGB (Red+Green+Blue) = 18+166+134=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #12A686 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A686 is #ED5979. Grayscale: #767676. Windows color (decimal): -15554938 or 8824338. OLE color: 8824338.

HSL color Cylindrical-coordinate representation of color #12A686: hue angle of 167.03º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A686 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 166 134 -
CMYK 0.89 0 0.19 0.35
HSL 167.03º 0.8% 0.36% -
HSV(B) 167.03º 0.89% 0.65% -
XYZ 18.19 29.12 27.22 -
YUV 118.1 136.97 56.6 -
System Red Green Blue C M Y K H S L
Decimal 18 166 134 0.89 0 0.19 0.35 167.03 0.8 0.36
Hex 12 A6 86 59 0 13 23 A7 50 24
Octal 22 246 206 131 0 23 43 247 120 44
Binary 10010 10100110 10000110 1011001 0 10011 100011 10100111 1010000 100100

Color Harmonies of #12A686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A686

Black with #12A686

Text Example


Text Example

White with #12A686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,166,134); }

 H1.HeaderClassName
 {
   color: #12A686;
 }
 .AnyTagClassName
 {
   color: #12A686;
 }
</style>

background-color css

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

 a { background-color: rgb(18,166,134); }

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

border-color css

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

 span { border-color: rgb(18,166,134); }

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