Html Css Color HEX #12BC8B Mountain Meadow

📋 copy color: '#12BC8B'

red 18 ◦ green 188 ◦ blue 139

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

Shades of Mountain Meadow #12BC8B

Tints of Mountain Meadow #12BC8B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.49%

 BLUE value IS 139 (54.69% from 255) = 40.29%

R = 5.22%
G = 54.49%
B = 40.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#12BC8B (or 0x12BC8B) is known color: Mountain Meadow. HEX triplet: 12, BC and 8B. RGB value is (18,188,139). Sum of RGB (Red+Green+Blue) = 18+188+139=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BC8B is #ED4374. Grayscale: #838383. Windows color (decimal): -15549301 or 9157650. OLE color: 9157650.

HSL color Cylindrical-coordinate representation of color #12BC8B: hue angle of 162.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC8B is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 139 -
CMYK 0.90 0 0.26 0.26
HSL 162.71º 0.83% 0.4% -
HSV(B) 162.71º 0.9% 0.74% -
XYZ 22.89 37.96 30.55 -
YUV 131.58 132.18 46.98 -
System Red Green Blue C M Y K H S L
Decimal 18 188 139 0.90 0 0.26 0.26 162.71 0.83 0.4
Hex 12 BC 8B 5A 0 1A 1A A3 53 28
Octal 22 274 213 132 0 32 32 243 123 50
Binary 10010 10111100 10001011 1011010 0 11010 11010 10100011 1010011 101000

Color Harmonies of #12BC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC8B

Black with #12BC8B

Text Example


Text Example

White with #12BC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,188,139); }

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

background-color css

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

 a { background-color: rgb(18,188,139); }

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

border-color css

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

 span { border-color: rgb(18,188,139); }

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