#16BA9E

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

Shades of Light Sea Green #16BA9E

Tints of Light Sea Green #16BA9E

Color information

#16BA9E (or 0x16BA9E) is unknown color: approx Light Sea Green. HEX triplet: 16, BA and 9E. RGB value is (22,186,158). Sum of RGB (Red+Green+Blue) = 22+186+158=366 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.01% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BA9E is #E94561. Grayscale: #858585. Windows color (decimal): -15287650 or 10402326. OLE color: 10402326.

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

Color convert

RGB22186158-
CMYK0.8800.150.27
HSL169.76º78.85%40.78%-
HSV(B)169.76º88.17%72.94%-
XYZ24.0637.7638.37-
YUV133.77141.6748.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.01%
GREEN value IS 186 (73.05% from 255) = 50.82%
BLUE value IS 158 (62.11% from 255) = 43.17%
R=6.01%
G=50.82%
B=43.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal221861580.8800.150.27169.7678.8540.78
Hex16BA9E580F1Baa4f29
Octal262722361300173325211751
Binary10110101110101001111010110000111111011101010101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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