Html Css Color HEX #12B985 Mountain Meadow

📋 copy color: '#12B985'

red 18 ◦ green 185 ◦ blue 133

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

Shades of Mountain Meadow #12B985

Tints of Mountain Meadow #12B985

RGB

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

 GREEN value IS 185 (72.66% from 255) = 55.06%

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

R = 5.36%
G = 55.06%
B = 39.58%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#12B985 (or 0x12B985) is known color: Mountain Meadow. HEX triplet: 12, B9 and 85. RGB value is (18,185,133). Sum of RGB (Red+Green+Blue) = 18+185+133=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 185 (72.66% from 255 or 55.06% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 185 - color contains mainly: green. Hex color #12B985 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B985 is #ED467A. Grayscale: #818181. Windows color (decimal): -15550075 or 8763666. OLE color: 8763666.

HSL color Cylindrical-coordinate representation of color #12B985: hue angle of 161.32º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B985 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 185 133 -
CMYK 0.90 0 0.28 0.27
HSL 161.32º 0.82% 0.4% -
HSV(B) 161.32º 0.9% 0.73% -
XYZ 21.83 36.52 28.09 -
YUV 129.14 130.17 48.73 -
System Red Green Blue C M Y K H S L
Decimal 18 185 133 0.90 0 0.28 0.27 161.32 0.82 0.4
Hex 12 B9 85 5A 0 1C 1B A1 52 28
Octal 22 271 205 132 0 34 33 241 122 50
Binary 10010 10111001 10000101 1011010 0 11100 11011 10100001 1010010 101000

Color Harmonies of #12B985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B985

Black with #12B985

Text Example


Text Example

White with #12B985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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