#10B375

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

Shades of Mountain Meadow #10B375

Tints of Mountain Meadow #10B375

Color information

#10B375 (or 0x10B375) is unknown color: approx Mountain Meadow. HEX triplet: 10, B3 and 75. RGB value is (16,179,117). Sum of RGB (Red+Green+Blue) = 16+179+117=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 179 (70.31% from 255 or 57.37% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 179 - color contains mainly: green. Hex color #10B375 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B375 is #EF4C8A. Grayscale: #7B7B7B. Windows color (decimal): -15682699 or 7713552. OLE color: 7713552.

HSL color Cylindrical-coordinate representation of color #10B375: hue angle of 157.18º 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 #10B375 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB16179117-
CMYK0.9100.350.30
HSL157.18º83.59%38.24%-
HSV(B)157.18º91.06%70.2%-
XYZ19.5433.6322.29-
YUV123.2124.551.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.13%
GREEN value IS 179 (70.31% from 255) = 57.37%
BLUE value IS 117 (46.09% from 255) = 37.5%
R=5.13%
G=57.37%
B=37.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161791170.9100.350.30157.1883.5938.24
Hex10B3755B0231E9d5426
Octal202631651330433623512446
Binary100001011001111101011011011010001111110100111011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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