#16B6A7

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

Shades of Light Sea Green #16B6A7

Tints of Light Sea Green #16B6A7

Color information

#16B6A7 (or 0x16B6A7) is unknown color: approx Light Sea Green. HEX triplet: 16, B6 and A7. RGB value is (22,182,167). Sum of RGB (Red+Green+Blue) = 22+182+167=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #16B6A7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16B6A7 is #E94958. Grayscale: #848484. Windows color (decimal): -15288665 or 10991126. OLE color: 10991126.

HSL color Cylindrical-coordinate representation of color #16B6A7: hue angle of 174.38º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B6A7 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB22182167-
CMYK0.8800.080.29
HSL174.38º78.43%40%-
HSV(B)174.38º87.91%71.37%-
XYZ24.0336.4242.32-
YUV132.45147.4949.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.93%
GREEN value IS 182 (71.48% from 255) = 49.06%
BLUE value IS 167 (65.62% from 255) = 45.01%
R=5.93%
G=49.06%
B=45.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal221821670.8800.080.29174.3878.4340
Hex16B6A758081Dae4e28
Octal262662471300103525611650
Binary10110101101101010011110110000100011101101011101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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