#16B19C

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

Shades of Light Sea Green #16B19C

Tints of Light Sea Green #16B19C

Color information

#16B19C (or 0x16B19C) is unknown color: approx Light Sea Green. HEX triplet: 16, B1 and 9C. RGB value is (22,177,156). Sum of RGB (Red+Green+Blue) = 22+177+156=355 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.20% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #16B19C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16B19C is #E94E63. Grayscale: #808080. Windows color (decimal): -15289956 or 10268950. OLE color: 10268950.

HSL color Cylindrical-coordinate representation of color #16B19C: hue angle of 171.87º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B19C is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB22177156-
CMYK0.8800.120.31
HSL171.87º77.89%39.02%-
HSV(B)171.87º87.57%69.41%-
XYZ22.0534.0236.86-
YUV128.26143.6552.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.20%
GREEN value IS 177 (69.53% from 255) = 49.86%
BLUE value IS 156 (61.33% from 255) = 43.94%
R=6.20%
G=49.86%
B=43.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221771560.8800.120.31171.8777.8939.02
Hex16B19C580C1Fac4e27
Octal262612341300143725411647
Binary10110101100011001110010110000110011111101011001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,177,156); }

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

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

 a { background-color: rgb(22,177,156); }

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

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

 span { border-color: rgb(22,177,156); }

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