#16A4AE

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

Shades of Light Sea Green #16A4AE

Tints of Light Sea Green #16A4AE

Color information

#16A4AE (or 0x16A4AE) is unknown color: approx Light Sea Green. HEX triplet: 16, A4 and AE. RGB value is (22,164,174). Sum of RGB (Red+Green+Blue) = 22+164+174=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #16A4AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A4AE is #E95B51. Grayscale: #7A7A7A. Windows color (decimal): -15293266 or 11445270. OLE color: 11445270.

HSL color Cylindrical-coordinate representation of color #16A4AE: hue angle of 183.95º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A4AE is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB22164174-
CMYK0.870.0600.32
HSL183.95º77.55%38.43%-
HSV(B)183.95º87.36%68.24%-
XYZ21.2529.7844.67-
YUV122.68156.9656.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.11%
GREEN value IS 164 (64.45% from 255) = 45.56%
BLUE value IS 174 (68.36% from 255) = 48.33%
R=6.11%
G=45.56%
B=48.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal221641740.870.0600.32183.9577.5538.43
Hex16A4AE576020b84e26
Octal26244256127604027011646
Binary10110101001001010111010101111100100000101110001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,164,174); }

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

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

 a { background-color: rgb(22,164,174); }

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

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

 span { border-color: rgb(22,164,174); }

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