#16BAA7

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

Shades of Light Sea Green #16BAA7

Tints of Light Sea Green #16BAA7

Color information

#16BAA7 (or 0x16BAA7) is unknown color: approx Light Sea Green. HEX triplet: 16, BA and A7. RGB value is (22,186,167). Sum of RGB (Red+Green+Blue) = 22+186+167=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #16BAA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BAA7 is #E94558. Grayscale: #868686. Windows color (decimal): -15287641 or 10992150. OLE color: 10992150.

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

Color convert

RGB22186167-
CMYK0.8800.100.27
HSL173.05º78.85%40.78%-
HSV(B)173.05º88.17%72.94%-
XYZ24.8638.0842.6-
YUV134.8146.1747.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.87%
GREEN value IS 186 (73.05% from 255) = 49.6%
BLUE value IS 167 (65.62% from 255) = 44.53%
R=5.87%
G=49.6%
B=44.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal221861670.8800.100.27173.0578.8540.78
Hex16BAA7580A1Bad4f29
Octal262722471300123325511751
Binary10110101110101010011110110000101011011101011011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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