Html Css Color HEX #12B082 Mountain Meadow

📋 copy color: '#12B082'

red 18 ◦ green 176 ◦ blue 130

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

Shades of Mountain Meadow #12B082

Tints of Mountain Meadow #12B082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.12%

R = 5.56%
G = 54.32%
B = 40.12%

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

#12B082 (or 0x12B082) is known color: Mountain Meadow. HEX triplet: 12, B0 and 82. RGB value is (18,176,130). Sum of RGB (Red+Green+Blue) = 18+176+130=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 176 (69.14% from 255 or 54.32% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 176 - color contains mainly: green. Hex color #12B082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B082 is #ED4F7D. Grayscale: #7B7B7B. Windows color (decimal): -15552382 or 8564754. OLE color: 8564754.

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

Color convert

RGB 18 176 130 -
CMYK 0.90 0 0.26 0.31
HSL 162.53º 0.81% 0.38% -
HSV(B) 162.53º 0.9% 0.69% -
XYZ 19.8 32.79 26.4 -
YUV 123.51 131.65 52.74 -
System Red Green Blue C M Y K H S L
Decimal 18 176 130 0.90 0 0.26 0.31 162.53 0.81 0.38
Hex 12 B0 82 5A 0 1A 1F A3 51 26
Octal 22 260 202 132 0 32 37 243 121 46
Binary 10010 10110000 10000010 1011010 0 11010 11111 10100011 1010001 100110

Color Harmonies of #12B082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B082

Black with #12B082

Text Example


Text Example

White with #12B082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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