Html Css Color HEX #12AB87 Mountain Meadow

📋 copy color: '#12AB87'

red 18 ◦ green 171 ◦ blue 135

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

Shades of Mountain Meadow #12AB87

Tints of Mountain Meadow #12AB87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.67%

R = 5.56%
G = 52.78%
B = 41.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#12AB87 (or 0x12AB87) is known color: Mountain Meadow. HEX triplet: 12, AB and 87. RGB value is (18,171,135). Sum of RGB (Red+Green+Blue) = 18+171+135=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AB87 is #ED5478. Grayscale: #797979. Windows color (decimal): -15553657 or 8891154. OLE color: 8891154.

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

Color convert

RGB 18 171 135 -
CMYK 0.89 0 0.21 0.33
HSL 165.88º 0.81% 0.37% -
HSV(B) 165.88º 0.89% 0.67% -
XYZ 19.19 31 27.89 -
YUV 121.15 135.81 54.43 -
System Red Green Blue C M Y K H S L
Decimal 18 171 135 0.89 0 0.21 0.33 165.88 0.81 0.37
Hex 12 AB 87 59 0 15 21 A6 51 25
Octal 22 253 207 131 0 25 41 246 121 45
Binary 10010 10101011 10000111 1011001 0 10101 100001 10100110 1010001 100101

Color Harmonies of #12AB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB87

Black with #12AB87

Text Example


Text Example

White with #12AB87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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