#16B1AA

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

Shades of Light Sea Green #16B1AA

Tints of Light Sea Green #16B1AA

Color information

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

HSL color Cylindrical-coordinate representation of color #16B1AA: hue angle of 177.29º 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 #16B1AA is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB22177170-
CMYK0.8800.040.31
HSL177.29º77.89%39.02%-
HSV(B)177.29º87.57%69.41%-
XYZ23.3134.5243.46-
YUV129.86150.6551.07-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221771700.8800.040.31177.2977.8939.02
Hex16B1AA58041Fb14e27
Octal26261252130043726111647
Binary1011010110001101010101011000010011111101100011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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