Html Css Color HEX #12B990 Mountain Meadow

📋 copy color: '#12B990'

red 18 ◦ green 185 ◦ blue 144

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

Shades of Mountain Meadow #12B990

Tints of Mountain Meadow #12B990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 5.19%
G = 53.31%
B = 41.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#12B990 (or 0x12B990) is known color: Mountain Meadow. HEX triplet: 12, B9 and 90. RGB value is (18,185,144). Sum of RGB (Red+Green+Blue) = 18+185+144=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 185 (72.66% from 255 or 53.31% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 185 - color contains mainly: green. Hex color #12B990 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B990 is #ED466F. Grayscale: #828282. Windows color (decimal): -15550064 or 9484562. OLE color: 9484562.

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

Color convert

RGB 18 185 144 -
CMYK 0.90 0 0.22 0.27
HSL 165.27º 0.82% 0.4% -
HSV(B) 165.27º 0.9% 0.73% -
XYZ 22.63 36.84 32.3 -
YUV 130.39 135.67 47.83 -
System Red Green Blue C M Y K H S L
Decimal 18 185 144 0.90 0 0.22 0.27 165.27 0.82 0.4
Hex 12 B9 90 5A 0 16 1B A5 52 28
Octal 22 271 220 132 0 26 33 245 122 50
Binary 10010 10111001 10010000 1011010 0 10110 11011 10100101 1010010 101000

Color Harmonies of #12B990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B990

Black with #12B990

Text Example


Text Example

White with #12B990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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