#1AB6B4

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

Shades of Light Sea Green #1AB6B4

Tints of Light Sea Green #1AB6B4

Color information

#1AB6B4 (or 0x1AB6B4) is unknown color: approx Light Sea Green. HEX triplet: 1A, B6 and B4. RGB value is (26,182,180). Sum of RGB (Red+Green+Blue) = 26+182+180=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 180 (70.70% from 255 or 46.39% from 388); Max value from RGB is 182 - color contains mainly: green. Hex color #1AB6B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB6B4 is #E5494B. Grayscale: #868686. Windows color (decimal): -15026508 or 11843098. OLE color: 11843098.

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

Color convert

RGB26182180-
CMYK0.8600.010.29
HSL179.23º75%40.78%-
HSV(B)179.23º85.71%71.37%-
XYZ25.3936.9748.98-
YUV135.13153.3250.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.70%
GREEN value IS 182 (71.48% from 255) = 46.91%
BLUE value IS 180 (70.70% from 255) = 46.39%
R=6.70%
G=46.91%
B=46.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal261821800.8600.010.29179.237540.78
Hex1AB6B456011Db34b29
Octal32266264126013526311351
Binary11010101101101011010010101100111101101100111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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