Html Css Color HEX #12B897 Mountain Meadow

📋 copy color: '#12B897'

red 18 ◦ green 184 ◦ blue 151

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

Shades of Mountain Meadow #12B897

Tints of Mountain Meadow #12B897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.78%

R = 5.1%
G = 52.12%
B = 42.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#12B897 (or 0x12B897) is known color: Mountain Meadow. HEX triplet: 12, B8 and 97. RGB value is (18,184,151). Sum of RGB (Red+Green+Blue) = 18+184+151=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 184 (72.27% from 255 or 52.12% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 184 - color contains mainly: green. Hex color #12B897 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B897 is #ED4768. Grayscale: #828282. Windows color (decimal): -15550313 or 9943058. OLE color: 9943058.

HSL color Cylindrical-coordinate representation of color #12B897: hue angle of 168.07º 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 #12B897 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 18 184 151 -
CMYK 0.90 0 0.18 0.28
HSL 168.07º 0.82% 0.4% -
HSV(B) 168.07º 0.9% 0.72% -
XYZ 22.98 36.64 35.14 -
YUV 130.6 139.5 47.68 -
System Red Green Blue C M Y K H S L
Decimal 18 184 151 0.90 0 0.18 0.28 168.07 0.82 0.4
Hex 12 B8 97 5A 0 12 1C A8 52 28
Octal 22 270 227 132 0 22 34 250 122 50
Binary 10010 10111000 10010111 1011010 0 10010 11100 10101000 1010010 101000

Color Harmonies of #12B897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B897

Black with #12B897

Text Example


Text Example

White with #12B897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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