#16BC9B

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

Shades of Light Sea Green #16BC9B

Tints of Light Sea Green #16BC9B

Color information

#16BC9B (or 0x16BC9B) is unknown color: approx Light Sea Green. HEX triplet: 16, BC and 9B. RGB value is (22,188,155). Sum of RGB (Red+Green+Blue) = 22+188+155=365 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.03% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #16BC9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BC9B is #E94364. Grayscale: #868686. Windows color (decimal): -15287141 or 10206230. OLE color: 10206230.

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

Color convert

RGB22188155-
CMYK0.8800.180.26
HSL168.07º79.05%41.18%-
HSV(B)168.07º88.3%73.73%-
XYZ24.2338.537.17-
YUV134.6139.547.68-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.03%
GREEN value IS 188 (73.83% from 255) = 51.51%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=6.03%
G=51.51%
B=42.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal221881550.8800.180.26168.0779.0541.18
Hex16BC9B580121Aa84f29
Octal262742331300223225011751
Binary101101011110010011011101100001001011010101010001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,188,155); }

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

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

 a { background-color: rgb(22,188,155); }

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

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

 span { border-color: rgb(22,188,155); }

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