#16AAB1

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

Shades of Light Sea Green #16AAB1

Tints of Light Sea Green #16AAB1

Color information

#16AAB1 (or 0x16AAB1) is unknown color: approx Light Sea Green. HEX triplet: 16, AA and B1. RGB value is (22,170,177). Sum of RGB (Red+Green+Blue) = 22+170+177=369 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.96% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 177 (69.53% from 255 or 47.97% from 369); Max value from RGB is 177 - color contains mainly: blue. Hex color #16AAB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AAB1 is #E9554E. Grayscale: #7E7E7E. Windows color (decimal): -15291727 or 11643414. OLE color: 11643414.

HSL color Cylindrical-coordinate representation of color #16AAB1: hue angle of 182.71º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16AAB1 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB22170177-
CMYK0.880.0400.31
HSL182.71º77.89%39.02%-
HSV(B)182.71º87.57%69.41%-
XYZ22.6432.0946.6-
YUV126.55156.4753.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.96%
GREEN value IS 170 (66.80% from 255) = 46.07%
BLUE value IS 177 (69.53% from 255) = 47.97%
R=5.96%
G=46.07%
B=47.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221701770.880.0400.31182.7177.8939.02
Hex16AAB158401Fb74e27
Octal26252261130403726711647
Binary1011010101010101100011011000100011111101101111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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