#10BA97

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

Shades of Mountain Meadow #10BA97

Tints of Mountain Meadow #10BA97

Color information

#10BA97 (or 0x10BA97) is unknown color: approx Mountain Meadow. HEX triplet: 10, BA and 97. RGB value is (16,186,151). Sum of RGB (Red+Green+Blue) = 16+186+151=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BA97 is #EF4568. Grayscale: #838383. Windows color (decimal): -15680873 or 9943568. OLE color: 9943568.

HSL color Cylindrical-coordinate representation of color #10BA97: hue angle of 167.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BA97 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB16186151-
CMYK0.9100.190.27
HSL167.65º84.16%39.61%-
HSV(B)167.65º91.4%72.94%-
XYZ23.3637.4635.28-
YUV131.18139.1845.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.53%
GREEN value IS 186 (73.05% from 255) = 52.69%
BLUE value IS 151 (59.38% from 255) = 42.78%
R=4.53%
G=52.69%
B=42.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161861510.9100.190.27167.6584.1639.61
Hex10BA975B0131Ba85428
Octal202722271330233325012450
Binary100001011101010010111101101101001111011101010001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,186,151); }

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

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

 a { background-color: rgb(16,186,151); }

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

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

 span { border-color: rgb(16,186,151); }

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