#1AC2A6

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

Shades of Light Sea Green #1AC2A6

Tints of Light Sea Green #1AC2A6

Color information

#1AC2A6 (or 0x1AC2A6) is unknown color: approx Light Sea Green. HEX triplet: 1A, C2 and A6. RGB value is (26,194,166). Sum of RGB (Red+Green+Blue) = 26+194+166=386 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.74% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 166 (65.23% from 255 or 43.01% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #1AC2A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC2A6 is #E53D59. Grayscale: #8C8C8C. Windows color (decimal): -15023450 or 10928666. OLE color: 10928666.

HSL color Cylindrical-coordinate representation of color #1AC2A6: hue angle of 170º 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 #1AC2A6 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB26194166-
CMYK0.8700.140.24
HSL170º76.36%43.14%-
HSV(B)170º86.6%76.08%-
XYZ26.641.5642.7-
YUV140.58142.3446.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.74%
GREEN value IS 194 (76.17% from 255) = 50.26%
BLUE value IS 166 (65.23% from 255) = 43.01%
R=6.74%
G=50.26%
B=43.01%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal261941660.8700.140.2417076.3643.14
Hex1AC2A6570E18aa4c2b
Octal323022461270163025211453
Binary11010110000101010011010101110111011000101010101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,194,166); }

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

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

 a { background-color: rgb(26,194,166); }

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

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

 span { border-color: rgb(26,194,166); }

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