#16C8B1

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

Shades of Light Sea Green #16C8B1

Tints of Light Sea Green #16C8B1

Color information

#16C8B1 (or 0x16C8B1) is unknown color: approx Light Sea Green. HEX triplet: 16, C8 and B1. RGB value is (22,200,177). Sum of RGB (Red+Green+Blue) = 22+200+177=399 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.51% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #16C8B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C8B1 is #E9374E. Grayscale: #909090. Windows color (decimal): -15284047 or 11651094. OLE color: 11651094.

HSL color Cylindrical-coordinate representation of color #16C8B1: hue angle of 172.25º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C8B1 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB22200177-
CMYK0.8900.120.22
HSL172.25º80.18%43.53%-
HSV(B)172.25º89%78.43%-
XYZ28.9244.6548.69-
YUV144.16146.5340.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.51%
GREEN value IS 200 (78.52% from 255) = 50.13%
BLUE value IS 177 (69.53% from 255) = 44.36%
R=5.51%
G=50.13%
B=44.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal222001770.8900.120.22172.2580.1843.53
Hex16C8B1590C16ac502c
Octal263102611310142625412054
Binary10110110010001011000110110010110010110101011001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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