#10B392

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

Shades of Mountain Meadow #10B392

Tints of Mountain Meadow #10B392

Color information

#10B392 (or 0x10B392) is unknown color: approx Mountain Meadow. HEX triplet: 10, B3 and 92. RGB value is (16,179,146). Sum of RGB (Red+Green+Blue) = 16+179+146=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #10B392 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B392 is #EF4C6D. Grayscale: #7E7E7E. Windows color (decimal): -15682670 or 9614096. OLE color: 9614096.

HSL color Cylindrical-coordinate representation of color #10B392: hue angle of 167.85º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B392 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB16179146-
CMYK0.9100.180.30
HSL167.85º83.59%38.24%-
HSV(B)167.85º91.06%70.2%-
XYZ21.5234.4332.7-
YUV126.513949.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.69%
GREEN value IS 179 (70.31% from 255) = 52.49%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=4.69%
G=52.49%
B=42.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161791460.9100.180.30167.8583.5938.24
Hex10B3925B0121Ea85426
Octal202632221330223625012446
Binary100001011001110010010101101101001011110101010001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10B392; }

 p { color: rgb(16,179,146); }

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

<style>
 a { background-color: #10B392; }

 a { background-color: rgb(16,179,146); }

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

<style>
 span { border-color: #10B392; }

 span { border-color: rgb(16,179,146); }

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