Html Css Color HEX #12B997 Mountain Meadow

📋 copy color: '#12B997'

red 18 ◦ green 185 ◦ blue 151

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

Shades of Mountain Meadow #12B997

Tints of Mountain Meadow #12B997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.66%

R = 5.08%
G = 52.26%
B = 42.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#12B997 (or 0x12B997) is known color: Mountain Meadow. HEX triplet: 12, B9 and 97. RGB value is (18,185,151). Sum of RGB (Red+Green+Blue) = 18+185+151=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #12B997 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B997 is #ED4668. Grayscale: #838383. Windows color (decimal): -15550057 or 9943314. OLE color: 9943314.

HSL color Cylindrical-coordinate representation of color #12B997: hue angle of 167.78º 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 #12B997 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 185 151 -
CMYK 0.90 0 0.18 0.27
HSL 167.78º 0.82% 0.4% -
HSV(B) 167.78º 0.9% 0.73% -
XYZ 23.18 37.06 35.21 -
YUV 131.19 139.17 47.26 -
System Red Green Blue C M Y K H S L
Decimal 18 185 151 0.90 0 0.18 0.27 167.78 0.82 0.4
Hex 12 B9 97 5A 0 12 1B A8 52 28
Octal 22 271 227 132 0 22 33 250 122 50
Binary 10010 10111001 10010111 1011010 0 10010 11011 10101000 1010010 101000

Color Harmonies of #12B997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B997

Black with #12B997

Text Example


Text Example

White with #12B997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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