Html Css Color HEX #12AF8C Mountain Meadow

📋 copy color: '#12AF8C'

red 18 ◦ green 175 ◦ blue 140

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

Shades of Mountain Meadow #12AF8C

Tints of Mountain Meadow #12AF8C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 52.55%

 BLUE value IS 140 (55.08% from 255) = 42.04%

R = 5.41%
G = 52.55%
B = 42.04%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#12AF8C (or 0x12AF8C) is known color: Mountain Meadow. HEX triplet: 12, AF and 8C. RGB value is (18,175,140). Sum of RGB (Red+Green+Blue) = 18+175+140=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 175 (68.75% from 255 or 52.55% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AF8C is #ED5073. Grayscale: #7C7C7C. Windows color (decimal): -15552628 or 9219858. OLE color: 9219858.

HSL color Cylindrical-coordinate representation of color #12AF8C: hue angle of 166.62º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AF8C is Cyan = 0.90, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 175 140 -
CMYK 0.90 0 0.2 0.31
HSL 166.62º 0.81% 0.38% -
HSV(B) 166.62º 0.9% 0.69% -
XYZ 20.31 32.68 30.05 -
YUV 124.07 136.99 52.35 -
System Red Green Blue C M Y K H S L
Decimal 18 175 140 0.90 0 0.2 0.31 166.62 0.81 0.38
Hex 12 AF 8C 5A 0 14 1F A7 51 26
Octal 22 257 214 132 0 24 37 247 121 46
Binary 10010 10101111 10001100 1011010 0 10100 11111 10100111 1010001 100110

Color Harmonies of #12AF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF8C

Black with #12AF8C

Text Example


Text Example

White with #12AF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,175,140); }

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

background-color css

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

 a { background-color: rgb(18,175,140); }

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

border-color css

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

 span { border-color: rgb(18,175,140); }

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