#1ABFBD

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

Shades of Light Sea Green #1ABFBD

Tints of Light Sea Green #1ABFBD

Color information

#1ABFBD (or 0x1ABFBD) is unknown color: approx Light Sea Green. HEX triplet: 1A, BF and BD. RGB value is (26,191,189). Sum of RGB (Red+Green+Blue) = 26+191+189=406 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.40% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABFBD is #E54042. Grayscale: #8D8D8D. Windows color (decimal): -15024195 or 12435226. OLE color: 12435226.

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

Color convert

RGB26191189-
CMYK0.8600.010.25
HSL179.27º76.04%42.55%-
HSV(B)179.27º86.39%74.9%-
XYZ28.2441.1654.6-
YUV141.44154.8445.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.40%
GREEN value IS 191 (75% from 255) = 47.04%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=6.40%
G=47.04%
B=46.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261911890.8600.010.25179.2776.0442.55
Hex1ABFBD560119b34c2b
Octal32277275126013126311453
Binary11010101111111011110110101100111001101100111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,191,189); }

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

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

 a { background-color: rgb(26,191,189); }

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

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

 span { border-color: rgb(26,191,189); }

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