Html Css Color HEX #12A085 Mountain Meadow

📋 copy color: '#12A085'

red 18 ◦ green 160 ◦ blue 133

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

Shades of Mountain Meadow #12A085

Tints of Mountain Meadow #12A085

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.45%

 BLUE value IS 133 (52.34% from 255) = 42.77%

R = 5.79%
G = 51.45%
B = 42.77%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#12A085 (or 0x12A085) is known color: Mountain Meadow. HEX triplet: 12, A0 and 85. RGB value is (18,160,133). Sum of RGB (Red+Green+Blue) = 18+160+133=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #12A085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A085 is #ED5F7A. Grayscale: #727272. Windows color (decimal): -15556475 or 8757266. OLE color: 8757266.

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

Color convert

RGB 18 160 133 -
CMYK 0.89 0 0.17 0.37
HSL 168.59º 0.8% 0.35% -
HSV(B) 168.59º 0.89% 0.63% -
XYZ 17.05 26.96 26.5 -
YUV 114.46 138.46 59.2 -
System Red Green Blue C M Y K H S L
Decimal 18 160 133 0.89 0 0.17 0.37 168.59 0.8 0.35
Hex 12 A0 85 59 0 11 25 A9 50 23
Octal 22 240 205 131 0 21 45 251 120 43
Binary 10010 10100000 10000101 1011001 0 10001 100101 10101001 1010000 100011

Color Harmonies of #12A085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A085

Black with #12A085

Text Example


Text Example

White with #12A085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,160,133); }

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

background-color css

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

 a { background-color: rgb(18,160,133); }

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

border-color css

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

 span { border-color: rgb(18,160,133); }

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