Html Css Color HEX #12B491 Mountain Meadow

📋 copy color: '#12B491'

red 18 ◦ green 180 ◦ blue 145

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

Shades of Mountain Meadow #12B491

Tints of Mountain Meadow #12B491

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.48%

 BLUE value IS 145 (57.03% from 255) = 42.27%

R = 5.25%
G = 52.48%
B = 42.27%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#12B491 (or 0x12B491) is known color: Mountain Meadow. HEX triplet: 12, B4 and 91. RGB value is (18,180,145). Sum of RGB (Red+Green+Blue) = 18+180+145=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #12B491 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B491 is #ED4B6E. Grayscale: #7F7F7F. Windows color (decimal): -15551343 or 9548818. OLE color: 9548818.

HSL color Cylindrical-coordinate representation of color #12B491: hue angle of 167.04º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B491 is Cyan = 0.9, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 180 145 -
CMYK 0.9 0 0.19 0.29
HSL 167.04º 0.82% 0.39% -
HSV(B) 167.04º 0.9% 0.71% -
XYZ 21.68 34.82 32.37 -
YUV 127.57 137.83 49.85 -
System Red Green Blue C M Y K H S L
Decimal 18 180 145 0.9 0 0.19 0.29 167.04 0.82 0.39
Hex 12 B4 91 5A 0 13 1D A7 52 27
Octal 22 264 221 132 0 23 35 247 122 47
Binary 10010 10110100 10010001 1011010 0 10011 11101 10100111 1010010 100111

Color Harmonies of #12B491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B491

Black with #12B491

Text Example


Text Example

White with #12B491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,180,145); }

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

background-color css

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

 a { background-color: rgb(18,180,145); }

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

border-color css

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

 span { border-color: rgb(18,180,145); }

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