Html Css Color HEX #12BE8C Mountain Meadow

📋 copy color: '#12BE8C'

red 18 ◦ green 190 ◦ blue 140

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

Shades of Mountain Meadow #12BE8C

Tints of Mountain Meadow #12BE8C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 54.6%

 BLUE value IS 140 (55.08% from 255) = 40.23%

R = 5.17%
G = 54.6%
B = 40.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#12BE8C (or 0x12BE8C) is known color: Mountain Meadow. HEX triplet: 12, BE and 8C. RGB value is (18,190,140). Sum of RGB (Red+Green+Blue) = 18+190+140=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 190 (74.61% from 255 or 54.60% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BE8C is #ED4173. Grayscale: #848484. Windows color (decimal): -15548788 or 9223698. OLE color: 9223698.

HSL color Cylindrical-coordinate representation of color #12BE8C: hue angle of 162.56º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BE8C is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 190 140 -
CMYK 0.91 0 0.26 0.25
HSL 162.56º 0.83% 0.41% -
HSV(B) 162.56º 0.91% 0.75% -
XYZ 23.4 38.85 31.08 -
YUV 132.87 132.02 46.07 -
System Red Green Blue C M Y K H S L
Decimal 18 190 140 0.91 0 0.26 0.25 162.56 0.83 0.41
Hex 12 BE 8C 5B 0 1A 19 A3 53 29
Octal 22 276 214 133 0 32 31 243 123 51
Binary 10010 10111110 10001100 1011011 0 11010 11001 10100011 1010011 101001

Color Harmonies of #12BE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BE8C

Black with #12BE8C

Text Example


Text Example

White with #12BE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,190,140); }

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

background-color css

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

 a { background-color: rgb(18,190,140); }

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

border-color css

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

 span { border-color: rgb(18,190,140); }

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