#1AC6A0

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

Shades of Light Sea Green #1AC6A0

Tints of Light Sea Green #1AC6A0

Color information

#1AC6A0 (or 0x1AC6A0) is unknown color: approx Light Sea Green. HEX triplet: 1A, C6 and A0. RGB value is (26,198,160). Sum of RGB (Red+Green+Blue) = 26+198+160=384 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.77% from 384); Green value is 198 (77.73% from 255 or 51.56% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 198 - color contains mainly: green. Hex color #1AC6A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC6A0 is #E5395F. Grayscale: #8E8E8E. Windows color (decimal): -15022432 or 10536474. OLE color: 10536474.

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

Color convert

RGB26198160-
CMYK0.8700.190.22
HSL166.74º76.79%43.92%-
HSV(B)166.74º86.87%77.65%-
XYZ26.9743.1540.16-
YUV142.24138.0245.09-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.77%
GREEN value IS 198 (77.73% from 255) = 51.56%
BLUE value IS 160 (62.89% from 255) = 41.67%
R=6.77%
G=51.56%
B=41.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal261981600.8700.190.22166.7476.7943.92
Hex1AC6A05701316a74d2c
Octal323062401270232624711554
Binary110101100011010100000101011101001110110101001111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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