Html Css Color HEX #12AB89 Mountain Meadow

📋 copy color: '#12AB89'

red 18 ◦ green 171 ◦ blue 137

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

Shades of Mountain Meadow #12AB89

Tints of Mountain Meadow #12AB89

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.45%

 BLUE value IS 137 (53.91% from 255) = 42.02%

R = 5.52%
G = 52.45%
B = 42.02%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#12AB89 (or 0x12AB89) is known color: Mountain Meadow. HEX triplet: 12, AB and 89. RGB value is (18,171,137). Sum of RGB (Red+Green+Blue) = 18+171+137=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AB89 is #ED5476. Grayscale: #797979. Windows color (decimal): -15553655 or 9022226. OLE color: 9022226.

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

Color convert

RGB 18 171 137 -
CMYK 0.89 0 0.20 0.33
HSL 166.67º 0.81% 0.37% -
HSV(B) 166.67º 0.89% 0.67% -
XYZ 19.33 31.06 28.64 -
YUV 121.38 136.81 54.26 -
System Red Green Blue C M Y K H S L
Decimal 18 171 137 0.89 0 0.20 0.33 166.67 0.81 0.37
Hex 12 AB 89 59 0 14 21 A7 51 25
Octal 22 253 211 131 0 24 41 247 121 45
Binary 10010 10101011 10001001 1011001 0 10100 100001 10100111 1010001 100101

Color Harmonies of #12AB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB89

Black with #12AB89

Text Example


Text Example

White with #12AB89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,171,137); }

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

background-color css

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

 a { background-color: rgb(18,171,137); }

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

border-color css

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

 span { border-color: rgb(18,171,137); }

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