Html Css Color HEX #12B787 Mountain Meadow

📋 copy color: '#12B787'

red 18 ◦ green 183 ◦ blue 135

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

Shades of Mountain Meadow #12B787

Tints of Mountain Meadow #12B787

RGB

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

 GREEN value IS 183 (71.88% from 255) = 54.46%

 BLUE value IS 135 (53.13% from 255) = 40.18%

R = 5.36%
G = 54.46%
B = 40.18%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#12B787 (or 0x12B787) is known color: Mountain Meadow. HEX triplet: 12, B7 and 87. RGB value is (18,183,135). Sum of RGB (Red+Green+Blue) = 18+183+135=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 183 (71.88% from 255 or 54.46% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 183 - color contains mainly: green. Hex color #12B787 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B787 is #ED4878. Grayscale: #808080. Windows color (decimal): -15550585 or 8894226. OLE color: 8894226.

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

Color convert

RGB 18 183 135 -
CMYK 0.90 0 0.26 0.28
HSL 162.55º 0.82% 0.39% -
HSV(B) 162.55º 0.9% 0.72% -
XYZ 21.56 35.74 28.68 -
YUV 128.19 131.84 49.4 -
System Red Green Blue C M Y K H S L
Decimal 18 183 135 0.90 0 0.26 0.28 162.55 0.82 0.39
Hex 12 B7 87 5A 0 1A 1C A3 52 27
Octal 22 267 207 132 0 32 34 243 122 47
Binary 10010 10110111 10000111 1011010 0 11010 11100 10100011 1010010 100111

Color Harmonies of #12B787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B787

Black with #12B787

Text Example


Text Example

White with #12B787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,183,135); }

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

background-color css

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

 a { background-color: rgb(18,183,135); }

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

border-color css

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

 span { border-color: rgb(18,183,135); }

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