#16a3a5

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

Shades of Light Sea Green #16A3A5

Tints of Light Sea Green #16A3A5

Color information

#16A3A5 (or 0x16A3A5) is unknown color: approx Light Sea Green. HEX triplet: 16, A3 and A5. RGB value is (22,163,165). Sum of RGB (Red+Green+Blue) = 22+163+165=350 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.29% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 165 (64.84% from 255 or 47.14% from 350); Max value from RGB is 165 - color contains mainly: blue. Hex color #16A3A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A3A5 is #E95C5A. Grayscale: #787878. Windows color (decimal): -15293531 or 10855190. OLE color: 10855190.

HSL color Cylindrical-coordinate representation of color #16A3A5: hue angle of 180.84º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A3A5 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB22163165-
CMYK0.870.0100.35
HSL180.84º76.47%36.67%-
HSV(B)180.84º86.67%64.71%-
XYZ20.2229.0840.14-
YUV121.07152.7957.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.29%
GREEN value IS 163 (64.06% from 255) = 46.57%
BLUE value IS 165 (64.84% from 255) = 47.14%
R=6.29%
G=46.57%
B=47.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal221631650.870.0100.35180.8476.4736.67
Hex16A3A5571023b54c25
Octal26243245127104326511445
Binary101101010001110100101101011110100011101101011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16a3a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,163,165); }

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

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

 a { background-color: rgb(22,163,165); }

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

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

 span { border-color: rgb(22,163,165); }

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