#10B796

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

Shades of Mountain Meadow #10B796

Tints of Mountain Meadow #10B796

Color information

#10B796 (or 0x10B796) is unknown color: approx Mountain Meadow. HEX triplet: 10, B7 and 96. RGB value is (16,183,150). Sum of RGB (Red+Green+Blue) = 16+183+150=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 183 (71.88% from 255 or 52.44% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 183 - color contains mainly: green. Hex color #10B796 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B796 is #EF4869. Grayscale: #818181. Windows color (decimal): -15681642 or 9877264. OLE color: 9877264.

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

Color convert

RGB16183150-
CMYK0.9100.180.28
HSL168.14º83.92%39.02%-
HSV(B)168.14º91.26%71.76%-
XYZ22.6536.1834.64-
YUV129.3139.6747.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.58%
GREEN value IS 183 (71.88% from 255) = 52.44%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=4.58%
G=52.44%
B=42.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal161831500.9100.180.28168.1483.9239.02
Hex10B7965B0121Ca85427
Octal202672261330223425012447
Binary100001011011110010110101101101001011100101010001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,183,150); }

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

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

 a { background-color: rgb(16,183,150); }

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

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

 span { border-color: rgb(16,183,150); }

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