#16C4A6

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

Shades of Light Sea Green #16C4A6

Tints of Light Sea Green #16C4A6

Color information

#16C4A6 (or 0x16C4A6) is unknown color: approx Light Sea Green. HEX triplet: 16, C4 and A6. RGB value is (22,196,166). Sum of RGB (Red+Green+Blue) = 22+196+166=384 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.73% from 384); Green value is 196 (76.95% from 255 or 51.04% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 196 - color contains mainly: green. Hex color #16C4A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C4A6 is #E93B59. Grayscale: #8C8C8C. Windows color (decimal): -15285082 or 10929174. OLE color: 10929174.

HSL color Cylindrical-coordinate representation of color #16C4A6: hue angle of 169.66º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C4A6 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB22196166-
CMYK0.8900.150.23
HSL169.66º79.82%42.75%-
HSV(B)169.66º88.78%76.86%-
XYZ26.9542.442.84-
YUV140.55142.3543.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.73%
GREEN value IS 196 (76.95% from 255) = 51.04%
BLUE value IS 166 (65.23% from 255) = 43.23%
R=5.73%
G=51.04%
B=43.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal221961660.8900.150.23169.6679.8242.75
Hex16C4A6590F17aa502b
Octal263042461310172725212053
Binary10110110001001010011010110010111110111101010101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,196,166); }

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

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

 a { background-color: rgb(22,196,166); }

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

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

 span { border-color: rgb(22,196,166); }

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