#16ACAE

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

Shades of Light Sea Green #16ACAE

Tints of Light Sea Green #16ACAE

Color information

#16ACAE (or 0x16ACAE) is unknown color: approx Light Sea Green. HEX triplet: 16, AC and AE. RGB value is (22,172,174). Sum of RGB (Red+Green+Blue) = 22+172+174=368 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.98% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #16ACAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16ACAE is #E95351. Grayscale: #7F7F7F. Windows color (decimal): -15291218 or 11447318. OLE color: 11447318.

HSL color Cylindrical-coordinate representation of color #16ACAE: hue angle of 180.79º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16ACAE is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB22172174-
CMYK0.870.0100.32
HSL180.79º77.55%38.43%-
HSV(B)180.79º87.36%68.24%-
XYZ22.7232.7345.16-
YUV127.38154.352.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.98%
GREEN value IS 172 (67.58% from 255) = 46.74%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=5.98%
G=46.74%
B=47.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal221721740.870.0100.32180.7977.5538.43
Hex16ACAE571020b54e26
Octal26254256127104026511646
Binary101101010110010101110101011110100000101101011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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