#16A9B9

Color #16A9B9 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #16A9B9

Tints of Light Sea Green #16A9B9

Color information

#16A9B9 (or 0x16A9B9) is unknown color: approx Light Sea Green. HEX triplet: 16, A9 and B9. RGB value is (22,169,185). Sum of RGB (Red+Green+Blue) = 22+169+185=376 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.85% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #16A9B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16A9B9 is #E95646. Grayscale: #7E7E7E. Windows color (decimal): -15291975 or 12167446. OLE color: 12167446.

HSL color Cylindrical-coordinate representation of color #16A9B9: hue angle of 185.89º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16A9B9 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB22169185-
CMYK0.880.0900.27
HSL185.89º78.74%40.59%-
HSV(B)185.89º88.11%72.55%-
XYZ23.2832.0550.86-
YUV126.87160.853.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.85%
GREEN value IS 169 (66.41% from 255) = 44.95%
BLUE value IS 185 (72.66% from 255) = 49.20%
R=5.85%
G=44.95%
B=49.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal221691850.880.0900.27185.8978.7440.59
Hex16A9B958901Bba4f29
Octal262512711301103327211751
Binary10110101010011011100110110001001011011101110101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,169,185); }

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

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

 a { background-color: rgb(22,169,185); }

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

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

 span { border-color: rgb(22,169,185); }

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