Html Css Color HEX #12AE89 Mountain Meadow

📋 copy color: '#12AE89'

red 18 ◦ green 174 ◦ blue 137

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

Shades of Mountain Meadow #12AE89

Tints of Mountain Meadow #12AE89

RGB

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

 GREEN value IS 174 (68.36% from 255) = 52.89%

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

R = 5.47%
G = 52.89%
B = 41.64%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#12AE89 (or 0x12AE89) is known color: Mountain Meadow. HEX triplet: 12, AE and 89. RGB value is (18,174,137). Sum of RGB (Red+Green+Blue) = 18+174+137=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #12AE89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AE89 is #ED5176. Grayscale: #7B7B7B. Windows color (decimal): -15552887 or 9022994. OLE color: 9022994.

HSL color Cylindrical-coordinate representation of color #12AE89: hue angle of 165.77º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AE89 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 174 137 -
CMYK 0.90 0 0.21 0.32
HSL 165.77º 0.81% 0.38% -
HSV(B) 165.77º 0.9% 0.68% -
XYZ 19.9 32.21 28.83 -
YUV 123.14 135.82 53.01 -
System Red Green Blue C M Y K H S L
Decimal 18 174 137 0.90 0 0.21 0.32 165.77 0.81 0.38
Hex 12 AE 89 5A 0 15 20 A6 51 26
Octal 22 256 211 132 0 25 40 246 121 46
Binary 10010 10101110 10001001 1011010 0 10101 100000 10100110 1010001 100110

Color Harmonies of #12AE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AE89

Black with #12AE89

Text Example


Text Example

White with #12AE89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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