Html Css Color HEX #12B083 Mountain Meadow

📋 copy color: '#12B083'

red 18 ◦ green 176 ◦ blue 131

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

Shades of Mountain Meadow #12B083

Tints of Mountain Meadow #12B083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.31%

R = 5.54%
G = 54.15%
B = 40.31%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#12B083 (or 0x12B083) is known color: Mountain Meadow. HEX triplet: 12, B0 and 83. RGB value is (18,176,131). Sum of RGB (Red+Green+Blue) = 18+176+131=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 176 (69.14% from 255 or 54.15% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 176 - color contains mainly: green. Hex color #12B083 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B083 is #ED4F7C. Grayscale: #7B7B7B. Windows color (decimal): -15552381 or 8630290. OLE color: 8630290.

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

Color convert

RGB 18 176 131 -
CMYK 0.90 0 0.26 0.31
HSL 162.91º 0.81% 0.38% -
HSV(B) 162.91º 0.9% 0.69% -
XYZ 19.87 32.82 26.76 -
YUV 123.63 132.15 52.66 -
System Red Green Blue C M Y K H S L
Decimal 18 176 131 0.90 0 0.26 0.31 162.91 0.81 0.38
Hex 12 B0 83 5A 0 1A 1F A3 51 26
Octal 22 260 203 132 0 32 37 243 121 46
Binary 10010 10110000 10000011 1011010 0 11010 11111 10100011 1010001 100110

Color Harmonies of #12B083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B083

Black with #12B083

Text Example


Text Example

White with #12B083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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