Html Css Color HEX #12B892 Mountain Meadow

📋 copy color: '#12B892'

red 18 ◦ green 184 ◦ blue 146

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

Shades of Mountain Meadow #12B892

Tints of Mountain Meadow #12B892

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.87%

 BLUE value IS 146 (57.42% from 255) = 41.95%

R = 5.17%
G = 52.87%
B = 41.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#12B892 (or 0x12B892) is known color: Mountain Meadow. HEX triplet: 12, B8 and 92. RGB value is (18,184,146). Sum of RGB (Red+Green+Blue) = 18+184+146=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 184 (72.27% from 255 or 52.87% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 184 - color contains mainly: green. Hex color #12B892 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B892 is #ED476D. Grayscale: #828282. Windows color (decimal): -15550318 or 9615378. OLE color: 9615378.

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

Color convert

RGB 18 184 146 -
CMYK 0.90 0 0.21 0.28
HSL 166.27º 0.82% 0.4% -
HSV(B) 166.27º 0.9% 0.72% -
XYZ 22.58 36.48 33.05 -
YUV 130.03 137 48.09 -
System Red Green Blue C M Y K H S L
Decimal 18 184 146 0.90 0 0.21 0.28 166.27 0.82 0.4
Hex 12 B8 92 5A 0 15 1C A6 52 28
Octal 22 270 222 132 0 25 34 246 122 50
Binary 10010 10111000 10010010 1011010 0 10101 11100 10100110 1010010 101000

Color Harmonies of #12B892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B892

Black with #12B892

Text Example


Text Example

White with #12B892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,184,146); }

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

background-color css

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

 a { background-color: rgb(18,184,146); }

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

border-color css

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

 span { border-color: rgb(18,184,146); }

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