#16B49F

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

Shades of Light Sea Green #16B49F

Tints of Light Sea Green #16B49F

Color information

#16B49F (or 0x16B49F) is unknown color: approx Light Sea Green. HEX triplet: 16, B4 and 9F. RGB value is (22,180,159). Sum of RGB (Red+Green+Blue) = 22+180+159=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #16B49F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16B49F is #E94B60. Grayscale: #828282. Windows color (decimal): -15289185 or 10466326. OLE color: 10466326.

HSL color Cylindrical-coordinate representation of color #16B49F: hue angle of 172.03º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B49F is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB22180159-
CMYK0.8800.120.29
HSL172.03º78.22%39.61%-
HSV(B)172.03º87.78%70.59%-
XYZ22.9135.3238.41-
YUV130.36144.1550.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.09%
GREEN value IS 180 (70.70% from 255) = 49.86%
BLUE value IS 159 (62.5% from 255) = 44.04%
R=6.09%
G=49.86%
B=44.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal221801590.8800.120.29172.0378.2239.61
Hex16B49F580C1Dac4e28
Octal262642371300143525411650
Binary10110101101001001111110110000110011101101011001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,180,159); }

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

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

 a { background-color: rgb(22,180,159); }

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

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

 span { border-color: rgb(22,180,159); }

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