#12B799

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

Shades of Mountain Meadow #12B799

Tints of Mountain Meadow #12B799

Color information

#12B799 (or 0x12B799) is unknown color: approx Mountain Meadow. HEX triplet: 12, B7 and 99. RGB value is (18,183,153). Sum of RGB (Red+Green+Blue) = 18+183+153=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #12B799 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B799 is #ED4866. Grayscale: #828282. Windows color (decimal): -15550567 or 10073874. OLE color: 10073874.

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

Color convert

RGB18183153-
CMYK0.9000.160.28
HSL169.09º82.09%39.41%-
HSV(B)169.09º90.16%71.76%-
XYZ22.9336.335.93-
YUV130.24140.8447.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.08%
GREEN value IS 183 (71.88% from 255) = 51.69%
BLUE value IS 153 (60.16% from 255) = 43.22%
R=5.08%
G=51.69%
B=43.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181831530.9000.160.28169.0982.0939.41
Hex12B7995A0101Ca95227
Octal222672311320203425112247
Binary100101011011110011001101101001000011100101010011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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