Html Css Color HEX #12B090 Mountain Meadow

📋 copy color: '#12B090'

red 18 ◦ green 176 ◦ blue 144

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

Shades of Mountain Meadow #12B090

Tints of Mountain Meadow #12B090

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.07%

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

R = 5.33%
G = 52.07%
B = 42.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#12B090 (or 0x12B090) is known color: Mountain Meadow. HEX triplet: 12, B0 and 90. RGB value is (18,176,144). Sum of RGB (Red+Green+Blue) = 18+176+144=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 176 (69.14% from 255 or 52.07% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 176 - color contains mainly: green. Hex color #12B090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B090 is #ED4F6F. Grayscale: #7D7D7D. Windows color (decimal): -15552368 or 9482258. OLE color: 9482258.

HSL color Cylindrical-coordinate representation of color #12B090: hue angle of 167.85º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B090 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 176 144 -
CMYK 0.90 0 0.18 0.31
HSL 167.85º 0.81% 0.38% -
HSV(B) 167.85º 0.9% 0.69% -
XYZ 20.81 33.19 31.7 -
YUV 125.11 138.65 51.6 -
System Red Green Blue C M Y K H S L
Decimal 18 176 144 0.90 0 0.18 0.31 167.85 0.81 0.38
Hex 12 B0 90 5A 0 12 1F A8 51 26
Octal 22 260 220 132 0 22 37 250 121 46
Binary 10010 10110000 10010000 1011010 0 10010 11111 10101000 1010001 100110

Color Harmonies of #12B090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B090

Black with #12B090

Text Example


Text Example

White with #12B090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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