Html Css Color HEX #12A888 Mountain Meadow

📋 copy color: '#12A888'

red 18 ◦ green 168 ◦ blue 136

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

Shades of Mountain Meadow #12A888

Tints of Mountain Meadow #12A888

RGB

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

 GREEN value IS 168 (66.02% from 255) = 52.17%

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

R = 5.59%
G = 52.17%
B = 42.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#12A888 (or 0x12A888) is known color: Mountain Meadow. HEX triplet: 12, A8 and 88. RGB value is (18,168,136). Sum of RGB (Red+Green+Blue) = 18+168+136=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 168 (66.02% from 255 or 52.17% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 168 - color contains mainly: green. Hex color #12A888 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A888 is #ED5777. Grayscale: #777777. Windows color (decimal): -15554424 or 8955922. OLE color: 8955922.

HSL color Cylindrical-coordinate representation of color #12A888: hue angle of 167.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A888 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 168 136 -
CMYK 0.89 0 0.19 0.34
HSL 167.2º 0.81% 0.36% -
HSV(B) 167.2º 0.89% 0.66% -
XYZ 18.7 29.91 28.08 -
YUV 119.5 137.31 55.6 -
System Red Green Blue C M Y K H S L
Decimal 18 168 136 0.89 0 0.19 0.34 167.2 0.81 0.36
Hex 12 A8 88 59 0 13 22 A7 51 24
Octal 22 250 210 131 0 23 42 247 121 44
Binary 10010 10101000 10001000 1011001 0 10011 100010 10100111 1010001 100100

Color Harmonies of #12A888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A888

Black with #12A888

Text Example


Text Example

White with #12A888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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