#1AC6AA

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

Shades of Light Sea Green #1AC6AA

Tints of Light Sea Green #1AC6AA

Color information

#1AC6AA (or 0x1AC6AA) is unknown color: approx Light Sea Green. HEX triplet: 1A, C6 and AA. RGB value is (26,198,170). Sum of RGB (Red+Green+Blue) = 26+198+170=394 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.60% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #1AC6AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC6AA is #E53955. Grayscale: #8F8F8F. Windows color (decimal): -15022422 or 11191834. OLE color: 11191834.

HSL color Cylindrical-coordinate representation of color #1AC6AA: hue angle of 170.23º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC6AA is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB26198170-
CMYK0.8700.140.22
HSL170.23º76.79%43.92%-
HSV(B)170.23º86.87%77.65%-
XYZ27.8843.5144.96-
YUV143.38143.0244.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.60%
GREEN value IS 198 (77.73% from 255) = 50.25%
BLUE value IS 170 (66.80% from 255) = 43.15%
R=6.60%
G=50.25%
B=43.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal261981700.8700.140.22170.2376.7943.92
Hex1AC6AA570E16aa4d2c
Octal323062521270162625211554
Binary11010110001101010101010101110111010110101010101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,198,170); }

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

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

 a { background-color: rgb(26,198,170); }

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

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

 span { border-color: rgb(26,198,170); }

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