#16BAB1

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

Shades of Light Sea Green #16BAB1

Tints of Light Sea Green #16BAB1

Color information

#16BAB1 (or 0x16BAB1) is unknown color: approx Light Sea Green. HEX triplet: 16, BA and B1. RGB value is (22,186,177). Sum of RGB (Red+Green+Blue) = 22+186+177=385 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.71% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #16BAB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BAB1 is #E9454E. Grayscale: #878787. Windows color (decimal): -15287631 or 11647510. OLE color: 11647510.

HSL color Cylindrical-coordinate representation of color #16BAB1: hue angle of 176.71º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BAB1 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB22186177-
CMYK0.8800.050.27
HSL176.71º78.85%40.78%-
HSV(B)176.71º88.17%72.94%-
XYZ25.8338.4647.66-
YUV135.94151.1746.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.71%
GREEN value IS 186 (73.05% from 255) = 48.31%
BLUE value IS 177 (69.53% from 255) = 45.97%
R=5.71%
G=48.31%
B=45.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal221861770.8800.050.27176.7178.8540.78
Hex16BAB158051Bb14f29
Octal26272261130053326111751
Binary1011010111010101100011011000010111011101100011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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