#16A38A

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

Shades of Mountain Meadow #16A38A

Tints of Mountain Meadow #16A38A

Color information

#16A38A (or 0x16A38A) is unknown color: approx Mountain Meadow. HEX triplet: 16, A3 and 8A. RGB value is (22,163,138). Sum of RGB (Red+Green+Blue) = 22+163+138=323 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.81% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #16A38A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A38A is #E95C75. Grayscale: #757575. Windows color (decimal): -15293558 or 9085718. OLE color: 9085718.

HSL color Cylindrical-coordinate representation of color #16A38A: hue angle of 169.36º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A38A is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB22163138-
CMYK0.8700.150.36
HSL169.36º76.22%36.27%-
HSV(B)169.36º86.5%63.92%-
XYZ18.0228.228.54-
YUV117.99139.2959.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.81%
GREEN value IS 163 (64.06% from 255) = 50.46%
BLUE value IS 138 (54.30% from 255) = 42.72%
R=6.81%
G=50.46%
B=42.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal221631380.8700.150.36169.3676.2236.27
Hex16A38A570F24a94c24
Octal262432121270174425111444
Binary101101010001110001010101011101111100100101010011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16A38A; }

 p { color: rgb(22,163,138); }

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

<style>
 a { background-color: #16A38A; }

 a { background-color: rgb(22,163,138); }

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

<style>
 span { border-color: #16A38A; }

 span { border-color: rgb(22,163,138); }

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