#10B997

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

Shades of Mountain Meadow #10B997

Tints of Mountain Meadow #10B997

Color information

#10B997 (or 0x10B997) is unknown color: approx Mountain Meadow. HEX triplet: 10, B9 and 97. RGB value is (16,185,151). Sum of RGB (Red+Green+Blue) = 16+185+151=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #10B997 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B997 is #EF4668. Grayscale: #828282. Windows color (decimal): -15681129 or 9943312. OLE color: 9943312.

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

Color convert

RGB16185151-
CMYK0.9100.180.27
HSL167.93º84.08%39.41%-
HSV(B)167.93º91.35%72.55%-
XYZ23.1537.0435.21-
YUV130.59139.5146.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.55%
GREEN value IS 185 (72.66% from 255) = 52.56%
BLUE value IS 151 (59.38% from 255) = 42.90%
R=4.55%
G=52.56%
B=42.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161851510.9100.180.27167.9384.0839.41
Hex10B9975B0121Ba85427
Octal202712271330223325012447
Binary100001011100110010111101101101001011011101010001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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