#10BA94

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

Shades of Mountain Meadow #10BA94

Tints of Mountain Meadow #10BA94

Color information

#10BA94 (or 0x10BA94) is unknown color: approx Mountain Meadow. HEX triplet: 10, BA and 94. RGB value is (16,186,148). Sum of RGB (Red+Green+Blue) = 16+186+148=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BA94 is #EF456B. Grayscale: #828282. Windows color (decimal): -15680876 or 9746960. OLE color: 9746960.

HSL color Cylindrical-coordinate representation of color #10BA94: hue angle of 166.59º 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 #10BA94 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB16186148-
CMYK0.9100.200.27
HSL166.59º84.16%39.61%-
HSV(B)166.59º91.4%72.94%-
XYZ23.1237.3734.01-
YUV130.84137.6846.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.57%
GREEN value IS 186 (73.05% from 255) = 53.14%
BLUE value IS 148 (58.20% from 255) = 42.29%
R=4.57%
G=53.14%
B=42.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161861480.9100.200.27166.5984.1639.61
Hex10BA945B0141Ba75428
Octal202722241330243324712450
Binary100001011101010010100101101101010011011101001111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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