#16ACB3

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

Shades of Light Sea Green #16ACB3

Tints of Light Sea Green #16ACB3

Color information

#16ACB3 (or 0x16ACB3) is unknown color: approx Light Sea Green. HEX triplet: 16, AC and B3. RGB value is (22,172,179). Sum of RGB (Red+Green+Blue) = 22+172+179=373 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.90% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #16ACB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ACB3 is #E9534C. Grayscale: #7F7F7F. Windows color (decimal): -15291213 or 11774998. OLE color: 11774998.

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

Color convert

RGB22172179-
CMYK0.880.0400.30
HSL182.68º78.11%39.41%-
HSV(B)182.68º87.71%70.2%-
XYZ23.2232.9347.78-
YUV127.95156.852.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.90%
GREEN value IS 172 (67.58% from 255) = 46.11%
BLUE value IS 179 (70.31% from 255) = 47.99%
R=5.90%
G=46.11%
B=47.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal221721790.880.0400.30182.6878.1139.41
Hex16ACB358401Eb74e27
Octal26254263130403626711647
Binary1011010101100101100111011000100011110101101111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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