Html Css Color HEX #12AB8C Mountain Meadow

📋 copy color: '#12AB8C'

red 18 ◦ green 171 ◦ blue 140

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

Shades of Mountain Meadow #12AB8C

Tints of Mountain Meadow #12AB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.55%

R = 5.47%
G = 51.98%
B = 42.55%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#12AB8C (or 0x12AB8C) is known color: Mountain Meadow. HEX triplet: 12, AB and 8C. RGB value is (18,171,140). Sum of RGB (Red+Green+Blue) = 18+171+140=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AB8C is #ED5473. Grayscale: #797979. Windows color (decimal): -15553652 or 9218834. OLE color: 9218834.

HSL color Cylindrical-coordinate representation of color #12AB8C: hue angle of 167.84º 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 #12AB8C is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 140 -
CMYK 0.89 0 0.18 0.33
HSL 167.84º 0.81% 0.37% -
HSV(B) 167.84º 0.89% 0.67% -
XYZ 19.55 31.15 29.79 -
YUV 121.72 138.31 54.02 -
System Red Green Blue C M Y K H S L
Decimal 18 171 140 0.89 0 0.18 0.33 167.84 0.81 0.37
Hex 12 AB 8C 59 0 12 21 A8 51 25
Octal 22 253 214 131 0 22 41 250 121 45
Binary 10010 10101011 10001100 1011001 0 10010 100001 10101000 1010001 100101

Color Harmonies of #12AB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB8C

Black with #12AB8C

Text Example


Text Example

White with #12AB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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