Html Css Color HEX #12A585 Mountain Meadow

📋 copy color: '#12A585'

red 18 ◦ green 165 ◦ blue 133

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

Shades of Mountain Meadow #12A585

Tints of Mountain Meadow #12A585

RGB

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

 GREEN value IS 165 (64.84% from 255) = 52.22%

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

R = 5.7%
G = 52.22%
B = 42.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#12A585 (or 0x12A585) is known color: Mountain Meadow. HEX triplet: 12, A5 and 85. RGB value is (18,165,133). Sum of RGB (Red+Green+Blue) = 18+165+133=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 165 (64.84% from 255 or 52.22% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 165 - color contains mainly: green. Hex color #12A585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A585 is #ED5A7A. Grayscale: #757575. Windows color (decimal): -15555195 or 8758546. OLE color: 8758546.

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

Color convert

RGB 18 165 133 -
CMYK 0.89 0 0.19 0.35
HSL 166.94º 0.8% 0.36% -
HSV(B) 166.94º 0.89% 0.65% -
XYZ 17.94 28.73 26.79 -
YUV 117.4 136.8 57.1 -
System Red Green Blue C M Y K H S L
Decimal 18 165 133 0.89 0 0.19 0.35 166.94 0.8 0.36
Hex 12 A5 85 59 0 13 23 A7 50 24
Octal 22 245 205 131 0 23 43 247 120 44
Binary 10010 10100101 10000101 1011001 0 10011 100011 10100111 1010000 100100

Color Harmonies of #12A585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A585

Black with #12A585

Text Example


Text Example

White with #12A585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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