#1AC6A8

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

Shades of Light Sea Green #1AC6A8

Tints of Light Sea Green #1AC6A8

Color information

#1AC6A8 (or 0x1AC6A8) is unknown color: approx Light Sea Green. HEX triplet: 1A, C6 and A8. RGB value is (26,198,168). Sum of RGB (Red+Green+Blue) = 26+198+168=392 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.63% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #1AC6A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC6A8 is #E53957. Grayscale: #8F8F8F. Windows color (decimal): -15022424 or 11060762. OLE color: 11060762.

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

Color convert

RGB26198168-
CMYK0.8700.150.22
HSL169.53º76.79%43.92%-
HSV(B)169.53º86.87%77.65%-
XYZ27.6943.4343.97-
YUV143.15142.0244.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.63%
GREEN value IS 198 (77.73% from 255) = 50.51%
BLUE value IS 168 (66.02% from 255) = 42.86%
R=6.63%
G=50.51%
B=42.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal261981680.8700.150.22169.5376.7943.92
Hex1AC6A8570F16aa4d2c
Octal323062501270172625211554
Binary11010110001101010100010101110111110110101010101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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