Shades of Light Sea Green #1ABFB4
Tints of Light Sea Green #1ABFB4
RGB
CMYK
RGB Variations
Color information
#1ABFB4 (or 0x1ABFB4) is known color: Light Sea Green. HEX triplet: 1A, BF and B4. RGB value is (26,191,180). Sum of RGB (Red+Green+Blue) = 26+191+180=397 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.55% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABFB4 is #E5404B. Grayscale: #8C8C8C. Windows color (decimal): -15024204 or 11845402. OLE color: 11845402.
HSL color Cylindrical-coordinate representation of color #1ABFB4: hue angle of 176º 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 #1ABFB4 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 191 | 180 | - |
| CMYK | 0.86 | 0 | 0.06 | 0.25 |
| HSL | 176º | 0.76% | 0.43% | - |
| HSV(B) | 176º | 0.86% | 0.75% | - |
| XYZ | 27.3 | 40.78 | 49.61 | - |
| YUV | 140.41 | 150.34 | 46.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 180 | 0.86 | 0 | 0.06 | 0.25 | 176 | 0.76 | 0.43 |
| Hex | 1A | BF | B4 | 56 | 0 | 6 | 19 | B0 | 4C | 2B |
| Octal | 32 | 277 | 264 | 126 | 0 | 6 | 31 | 260 | 114 | 53 |
| Binary | 11010 | 10111111 | 10110100 | 1010110 | 0 | 110 | 11001 | 10110000 | 1001100 | 101011 |
Color Harmonies of #1ABFB4
Complementary color
Monochromatic Colors of #1ABFB4
Black with #1ABFB4
Text Example
Text Example
White with #1ABFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABFB4; }
p { color: rgb(26,191,180); }
H1.HeaderClassName
{
color: #1ABFB4;
}
.AnyTagClassName
{
color: #1ABFB4;
}
</style>
background-color css
<style>
a { background-color: #1ABFB4; }
a { background-color: rgb(26,191,180); }
div.DivClassName
{
background-color: #1ABFB4;
}
.BgClassName
{
background-color: #1ABFB4;
}
</style>
border-color css
<style>
span { border-color: #1ABFB4; }
span { border-color: rgb(26,191,180); }
td.TdClassName
{
border-color: #1ABFB4;
}
.TagClassName
{
border-color: #1ABFB4;
}
</style>