#1AC1AC

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

Shades of Light Sea Green #1AC1AC

Tints of Light Sea Green #1AC1AC

Color information

#1AC1AC (or 0x1AC1AC) is unknown color: approx Light Sea Green. HEX triplet: 1A, C1 and AC. RGB value is (26,193,172). Sum of RGB (Red+Green+Blue) = 26+193+172=391 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.65% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #1AC1AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC1AC is #E53E53. Grayscale: #8C8C8C. Windows color (decimal): -15023700 or 11321626. OLE color: 11321626.

HSL color Cylindrical-coordinate representation of color #1AC1AC: hue angle of 172.46º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC1AC is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB26193172-
CMYK0.8700.110.24
HSL172.46º76.26%42.94%-
HSV(B)172.46º86.53%75.69%-
XYZ26.9441.3445.59-
YUV140.67145.6746.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.65%
GREEN value IS 193 (75.78% from 255) = 49.36%
BLUE value IS 172 (67.58% from 255) = 43.99%
R=6.65%
G=49.36%
B=43.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal261931720.8700.110.24172.4676.2642.94
Hex1AC1AC570B18ac4c2b
Octal323012541270133025411453
Binary11010110000011010110010101110101111000101011001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AC1AC; }

 p { color: rgb(26,193,172); }

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

<style>
 a { background-color: #1AC1AC; }

 a { background-color: rgb(26,193,172); }

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

<style>
 span { border-color: #1AC1AC; }

 span { border-color: rgb(26,193,172); }

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