#1AB29A

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

Shades of Light Sea Green #1AB29A

Tints of Light Sea Green #1AB29A

Color information

#1AB29A (or 0x1AB29A) is unknown color: approx Light Sea Green. HEX triplet: 1A, B2 and 9A. RGB value is (26,178,154). Sum of RGB (Red+Green+Blue) = 26+178+154=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 178 (69.92% from 255 or 49.72% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 178 - color contains mainly: green. Hex color #1AB29A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AB29A is #E54D65. Grayscale: #818181. Windows color (decimal): -15027558 or 10138138. OLE color: 10138138.

HSL color Cylindrical-coordinate representation of color #1AB29A: hue angle of 170.53º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB29A is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB26178154-
CMYK0.8500.130.30
HSL170.53º74.51%40%-
HSV(B)170.53º85.39%69.8%-
XYZ22.1834.3936.04-
YUV129.82141.6453.95-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.26%
GREEN value IS 178 (69.92% from 255) = 49.72%
BLUE value IS 154 (60.55% from 255) = 43.02%
R=7.26%
G=49.72%
B=43.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal261781540.8500.130.30170.5374.5140
Hex1AB29A550D1Eab4b28
Octal322622321250153625311350
Binary11010101100101001101010101010110111110101010111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,178,154); }

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

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

 a { background-color: rgb(26,178,154); }

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

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

 span { border-color: rgb(26,178,154); }

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