#16C3B6

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

Shades of Light Sea Green #16C3B6

Tints of Light Sea Green #16C3B6

Color information

#16C3B6 (or 0x16C3B6) is unknown color: approx Light Sea Green. HEX triplet: 16, C3 and B6. RGB value is (22,195,182). Sum of RGB (Red+Green+Blue) = 22+195+182=399 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.51% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 182 (71.48% from 255 or 45.61% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #16C3B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16C3B6 is #E93C49. Grayscale: #8D8D8D. Windows color (decimal): -15285322 or 11977494. OLE color: 11977494.

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

Color convert

RGB22195182-
CMYK0.8900.070.24
HSL175.49º79.72%42.55%-
HSV(B)175.49º88.72%76.47%-
XYZ28.2942.5850.98-
YUV141.79150.6942.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.51%
GREEN value IS 195 (76.56% from 255) = 48.87%
BLUE value IS 182 (71.48% from 255) = 45.61%
R=5.51%
G=48.87%
B=45.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal221951820.8900.070.24175.4979.7242.55
Hex16C3B6590718af502b
Octal26303266131073025712053
Binary1011011000011101101101011001011111000101011111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,195,182); }

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

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

 a { background-color: rgb(22,195,182); }

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

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

 span { border-color: rgb(22,195,182); }

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