#10B68A

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

Shades of Mountain Meadow #10B68A

Tints of Mountain Meadow #10B68A

Color information

#10B68A (or 0x10B68A) is unknown color: approx Mountain Meadow. HEX triplet: 10, B6 and 8A. RGB value is (16,182,138). Sum of RGB (Red+Green+Blue) = 16+182+138=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 182 (71.48% from 255 or 54.17% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 182 - color contains mainly: green. Hex color #10B68A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B68A is #EF4975. Grayscale: #7F7F7F. Windows color (decimal): -15681910 or 9090576. OLE color: 9090576.

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

Color convert

RGB16182138-
CMYK0.9100.240.29
HSL164.1º83.84%38.82%-
HSV(B)164.1º91.21%71.37%-
XYZ21.5335.429.74-
YUV127.3513448.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.76%
GREEN value IS 182 (71.48% from 255) = 54.17%
BLUE value IS 138 (54.30% from 255) = 41.07%
R=4.76%
G=54.17%
B=41.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161821380.9100.240.29164.183.8438.82
Hex10B68A5B0181Da45427
Octal202662121330303524412447
Binary100001011011010001010101101101100011101101001001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,182,138); }

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

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

 a { background-color: rgb(16,182,138); }

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

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

 span { border-color: rgb(16,182,138); }

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