Html Css Color HEX #12BA88 Mountain Meadow

📋 copy color: '#12BA88'

red 18 ◦ green 186 ◦ blue 136

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

Shades of Mountain Meadow #12BA88

Tints of Mountain Meadow #12BA88

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.71%

 BLUE value IS 136 (53.52% from 255) = 40%

R = 5.29%
G = 54.71%
B = 40%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#12BA88 (or 0x12BA88) is known color: Mountain Meadow. HEX triplet: 12, BA and 88. RGB value is (18,186,136). Sum of RGB (Red+Green+Blue) = 18+186+136=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BA88 is #ED4577. Grayscale: #828282. Windows color (decimal): -15549816 or 8960530. OLE color: 8960530.

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

Color convert

RGB 18 186 136 -
CMYK 0.90 0 0.27 0.27
HSL 162.14º 0.82% 0.4% -
HSV(B) 162.14º 0.9% 0.73% -
XYZ 22.25 37.02 29.27 -
YUV 130.07 131.34 48.07 -
System Red Green Blue C M Y K H S L
Decimal 18 186 136 0.90 0 0.27 0.27 162.14 0.82 0.4
Hex 12 BA 88 5A 0 1B 1B A2 52 28
Octal 22 272 210 132 0 33 33 242 122 50
Binary 10010 10111010 10001000 1011010 0 11011 11011 10100010 1010010 101000

Color Harmonies of #12BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BA88

Black with #12BA88

Text Example


Text Example

White with #12BA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,186,136); }

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

background-color css

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

 a { background-color: rgb(18,186,136); }

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

border-color css

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

 span { border-color: rgb(18,186,136); }

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