Html Css Color HEX #12B677 Mountain Meadow

📋 copy color: '#12B677'

red 18 ◦ green 182 ◦ blue 119

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

Shades of Mountain Meadow #12B677

Tints of Mountain Meadow #12B677

RGB

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

 GREEN value IS 182 (71.48% from 255) = 57.05%

 BLUE value IS 119 (46.88% from 255) = 37.3%

R = 5.64%
G = 57.05%
B = 37.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#12B677 (or 0x12B677) is known color: Mountain Meadow. HEX triplet: 12, B6 and 77. RGB value is (18,182,119). Sum of RGB (Red+Green+Blue) = 18+182+119=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 182 (71.48% from 255 or 57.05% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 182 - color contains mainly: green. Hex color #12B677 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B677 is #ED4988. Grayscale: #7D7D7D. Windows color (decimal): -15550857 or 7845394. OLE color: 7845394.

HSL color Cylindrical-coordinate representation of color #12B677: hue angle of 156.95º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B677 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 182 119 -
CMYK 0.90 0 0.35 0.29
HSL 156.95º 0.82% 0.39% -
HSV(B) 156.95º 0.9% 0.71% -
XYZ 20.31 34.92 23.12 -
YUV 125.78 124.17 51.12 -
System Red Green Blue C M Y K H S L
Decimal 18 182 119 0.90 0 0.35 0.29 156.95 0.82 0.39
Hex 12 B6 77 5A 0 23 1D 9D 52 27
Octal 22 266 167 132 0 43 35 235 122 47
Binary 10010 10110110 1110111 1011010 0 100011 11101 10011101 1010010 100111

Color Harmonies of #12B677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B677

Black with #12B677

Text Example


Text Example

White with #12B677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,182,119); }

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

background-color css

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

 a { background-color: rgb(18,182,119); }

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

border-color css

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

 span { border-color: rgb(18,182,119); }

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