#1AB4AA

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

Shades of Light Sea Green #1AB4AA

Tints of Light Sea Green #1AB4AA

Color information

#1AB4AA (or 0x1AB4AA) is unknown color: approx Light Sea Green. HEX triplet: 1A, B4 and AA. RGB value is (26,180,170). Sum of RGB (Red+Green+Blue) = 26+180+170=376 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.91% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB4AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB4AA is #E54B55. Grayscale: #848484. Windows color (decimal): -15027030 or 11187226. OLE color: 11187226.

HSL color Cylindrical-coordinate representation of color #1AB4AA: hue angle of 176.1º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB4AA is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB26180170-
CMYK0.8600.060.29
HSL176.1º74.76%40.39%-
HSV(B)176.1º85.56%70.59%-
XYZ2435.7643.67-
YUV132.81148.9851.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.91%
GREEN value IS 180 (70.70% from 255) = 47.87%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=6.91%
G=47.87%
B=45.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal261801700.8600.060.29176.174.7640.39
Hex1AB4AA56061Db04b28
Octal32264252126063526011350
Binary1101010110100101010101010110011011101101100001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,180,170); }

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

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

 a { background-color: rgb(26,180,170); }

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

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

 span { border-color: rgb(26,180,170); }

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