#1AA6A3

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

Shades of Light Sea Green #1AA6A3

Tints of Light Sea Green #1AA6A3

Color information

#1AA6A3 (or 0x1AA6A3) is unknown color: approx Light Sea Green. HEX triplet: 1A, A6 and A3. RGB value is (26,166,163). Sum of RGB (Red+Green+Blue) = 26+166+163=355 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.32% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 166 - color contains mainly: green. Hex color #1AA6A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA6A3 is #E5595C. Grayscale: #7B7B7B. Windows color (decimal): -15030621 or 10724890. OLE color: 10724890.

HSL color Cylindrical-coordinate representation of color #1AA6A3: hue angle of 178.71º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA6A3 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB26166163-
CMYK0.8400.020.35
HSL178.71º72.92%37.65%-
HSV(B)178.71º84.34%65.1%-
XYZ20.6730.1439.38-
YUV123.8150.1258.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.32%
GREEN value IS 166 (65.23% from 255) = 46.76%
BLUE value IS 163 (64.06% from 255) = 45.92%
R=7.32%
G=46.76%
B=45.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal261661630.8400.020.35178.7172.9237.65
Hex1AA6A3540223b34926
Octal32246243124024326311146
Binary1101010100110101000111010100010100011101100111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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