#16AAAC

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

Shades of Light Sea Green #16AAAC

Tints of Light Sea Green #16AAAC

Color information

#16AAAC (or 0x16AAAC) is unknown color: approx Light Sea Green. HEX triplet: 16, AA and AC. RGB value is (22,170,172). Sum of RGB (Red+Green+Blue) = 22+170+172=364 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.04% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #16AAAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AAAC is #E95553. Grayscale: #7D7D7D. Windows color (decimal): -15291732 or 11315734. OLE color: 11315734.

HSL color Cylindrical-coordinate representation of color #16AAAC: hue angle of 180.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AAAC is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB22170172-
CMYK0.870.0100.33
HSL180.8º77.32%38.04%-
HSV(B)180.8º87.21%67.45%-
XYZ22.1531.944.02-
YUV125.98153.9753.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.04%
GREEN value IS 170 (66.80% from 255) = 46.70%
BLUE value IS 172 (67.58% from 255) = 47.25%
R=6.04%
G=46.70%
B=47.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal221701720.870.0100.33180.877.3238.04
Hex16AAAC571021b54d26
Octal26252254127104126511546
Binary101101010101010101100101011110100001101101011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,170,172); }

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

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

 a { background-color: rgb(22,170,172); }

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

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

 span { border-color: rgb(22,170,172); }

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