#10B495

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

Shades of Mountain Meadow #10B495

Tints of Mountain Meadow #10B495

Color information

#10B495 (or 0x10B495) is unknown color: approx Mountain Meadow. HEX triplet: 10, B4 and 95. RGB value is (16,180,149). Sum of RGB (Red+Green+Blue) = 16+180+149=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #10B495 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B495 is #EF4B6A. Grayscale: #7F7F7F. Windows color (decimal): -15682411 or 9810960. OLE color: 9810960.

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

Color convert

RGB16180149-
CMYK0.9100.170.29
HSL168.66º83.67%38.43%-
HSV(B)168.66º91.11%70.59%-
XYZ21.9634.9234.02-
YUV127.43140.1748.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.64%
GREEN value IS 180 (70.70% from 255) = 52.17%
BLUE value IS 149 (58.59% from 255) = 43.19%
R=4.64%
G=52.17%
B=43.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161801490.9100.170.29168.6683.6738.43
Hex10B4955B0111Da95426
Octal202642251330213525112446
Binary100001011010010010101101101101000111101101010011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,180,149); }

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

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

 a { background-color: rgb(16,180,149); }

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

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

 span { border-color: rgb(16,180,149); }

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