#1AC6A7

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

Shades of Light Sea Green #1AC6A7

Tints of Light Sea Green #1AC6A7

Color information

#1AC6A7 (or 0x1AC6A7) is unknown color: approx Light Sea Green. HEX triplet: 1A, C6 and A7. RGB value is (26,198,167). Sum of RGB (Red+Green+Blue) = 26+198+167=391 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.65% from 391); Green value is 198 (77.73% from 255 or 50.64% from 391); Blue value is 167 (65.62% from 255 or 42.71% from 391); Max value from RGB is 198 - color contains mainly: green. Hex color #1AC6A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC6A7 is #E53958. Grayscale: #8E8E8E. Windows color (decimal): -15022425 or 10995226. OLE color: 10995226.

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

Color convert

RGB26198167-
CMYK0.8700.160.22
HSL169.19º76.79%43.92%-
HSV(B)169.19º86.87%77.65%-
XYZ27.643.443.48-
YUV143.04141.5244.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.65%
GREEN value IS 198 (77.73% from 255) = 50.64%
BLUE value IS 167 (65.62% from 255) = 42.71%
R=6.65%
G=50.64%
B=42.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal261981670.8700.160.22169.1976.7943.92
Hex1AC6A75701016a94d2c
Octal323062471270202625111554
Binary110101100011010100111101011101000010110101010011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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