#1AB4A8

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

Shades of Light Sea Green #1AB4A8

Tints of Light Sea Green #1AB4A8

Color information

#1AB4A8 (or 0x1AB4A8) is unknown color: approx Light Sea Green. HEX triplet: 1A, B4 and A8. RGB value is (26,180,168). Sum of RGB (Red+Green+Blue) = 26+180+168=374 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.95% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB4A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB4A8 is #E54B57. Grayscale: #848484. Windows color (decimal): -15027032 or 11056154. OLE color: 11056154.

HSL color Cylindrical-coordinate representation of color #1AB4A8: hue angle of 175.32º 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 #1AB4A8 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB26180168-
CMYK0.8600.070.29
HSL175.32º74.76%40.39%-
HSV(B)175.32º85.56%70.59%-
XYZ23.8235.6942.68-
YUV132.59147.9851.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.95%
GREEN value IS 180 (70.70% from 255) = 48.13%
BLUE value IS 168 (66.02% from 255) = 44.92%
R=6.95%
G=48.13%
B=44.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal261801680.8600.070.29175.3274.7640.39
Hex1AB4A856071Daf4b28
Octal32264250126073525711350
Binary1101010110100101010001010110011111101101011111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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