#12B788

Color #12B788 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #12B788

Tints of Mountain Meadow #12B788

Color information

#12B788 (or 0x12B788) is unknown color: approx Mountain Meadow. HEX triplet: 12, B7 and 88. RGB value is (18,183,136). Sum of RGB (Red+Green+Blue) = 18+183+136=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 183 (71.88% from 255 or 54.30% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 183 - color contains mainly: green. Hex color #12B788 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B788 is #ED4877. Grayscale: #808080. Windows color (decimal): -15550584 or 8959762. OLE color: 8959762.

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

Color convert

RGB18183136-
CMYK0.9000.260.28
HSL162.91º82.09%39.41%-
HSV(B)162.91º90.16%71.76%-
XYZ21.6335.7729.06-
YUV128.31132.3449.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.34%
GREEN value IS 183 (71.88% from 255) = 54.30%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=5.34%
G=54.30%
B=40.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181831360.9000.260.28162.9182.0939.41
Hex12B7885A01A1Ca35227
Octal222672101320323424312247
Binary100101011011110001000101101001101011100101000111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12B788;
 }
 .AnyTagClassName
 {
   color: #12B788;
 }
</style>
background-color css

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

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

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

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

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

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