#16ACB1

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

Shades of Light Sea Green #16ACB1

Tints of Light Sea Green #16ACB1

Color information

#16ACB1 (or 0x16ACB1) is unknown color: approx Light Sea Green. HEX triplet: 16, AC and B1. RGB value is (22,172,177). Sum of RGB (Red+Green+Blue) = 22+172+177=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #16ACB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16ACB1 is #E9534E. Grayscale: #7F7F7F. Windows color (decimal): -15291215 or 11643926. OLE color: 11643926.

HSL color Cylindrical-coordinate representation of color #16ACB1: hue angle of 181.94º 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 #16ACB1 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB22172177-
CMYK0.880.0300.31
HSL181.94º77.89%39.02%-
HSV(B)181.94º87.57%69.41%-
XYZ23.0232.8546.72-
YUV127.72155.852.59-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.93%
GREEN value IS 172 (67.58% from 255) = 46.36%
BLUE value IS 177 (69.53% from 255) = 47.71%
R=5.93%
G=46.36%
B=47.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221721770.880.0300.31181.9477.8939.02
Hex16ACB158301Fb64e27
Octal26254261130303726611647
Binary101101010110010110001101100011011111101101101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16ACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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