#16B1AB

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

Shades of Light Sea Green #16B1AB

Tints of Light Sea Green #16B1AB

Color information

#16B1AB (or 0x16B1AB) is unknown color: approx Light Sea Green. HEX triplet: 16, B1 and AB. RGB value is (22,177,171). Sum of RGB (Red+Green+Blue) = 22+177+171=370 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.95% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 177 - color contains mainly: green. Hex color #16B1AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16B1AB is #E94E54. Grayscale: #818181. Windows color (decimal): -15289941 or 11251990. OLE color: 11251990.

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

Color convert

RGB22177171-
CMYK0.8800.030.31
HSL177.68º77.89%39.02%-
HSV(B)177.68º87.57%69.41%-
XYZ23.434.5643.96-
YUV129.97151.1550.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.95%
GREEN value IS 177 (69.53% from 255) = 47.84%
BLUE value IS 171 (67.19% from 255) = 46.22%
R=5.95%
G=47.84%
B=46.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221771710.8800.030.31177.6877.8939.02
Hex16B1AB58031Fb24e27
Octal26261253130033726211647
Binary101101011000110101011101100001111111101100101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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