Html Css Color HEX #12B488 Mountain Meadow

📋 copy color: '#12B488'

red 18 ◦ green 180 ◦ blue 136

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

Shades of Mountain Meadow #12B488

Tints of Mountain Meadow #12B488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.89%

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

R = 5.39%
G = 53.89%
B = 40.72%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#12B488 (or 0x12B488) is known color: Mountain Meadow. HEX triplet: 12, B4 and 88. RGB value is (18,180,136). Sum of RGB (Red+Green+Blue) = 18+180+136=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #12B488 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B488 is #ED4B77. Grayscale: #7E7E7E. Windows color (decimal): -15551352 or 8958994. OLE color: 8958994.

HSL color Cylindrical-coordinate representation of color #12B488: hue angle of 163.7º 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 #12B488 is Cyan = 0.9, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 180 136 -
CMYK 0.9 0 0.24 0.29
HSL 163.7º 0.82% 0.39% -
HSV(B) 163.7º 0.9% 0.71% -
XYZ 21.01 34.55 28.85 -
YUV 126.55 133.33 50.58 -
System Red Green Blue C M Y K H S L
Decimal 18 180 136 0.9 0 0.24 0.29 163.7 0.82 0.39
Hex 12 B4 88 5A 0 18 1D A4 52 27
Octal 22 264 210 132 0 30 35 244 122 47
Binary 10010 10110100 10001000 1011010 0 11000 11101 10100100 1010010 100111

Color Harmonies of #12B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B488

Black with #12B488

Text Example


Text Example

White with #12B488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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