Shades of Light Sea Green #1ABFB9
Tints of Light Sea Green #1ABFB9
RGB
CMYK
RGB Variations
Color information
#1ABFB9 (or 0x1ABFB9) is known color: Light Sea Green. HEX triplet: 1A, BF and B9. RGB value is (26,191,185). Sum of RGB (Red+Green+Blue) = 26+191+185=402 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.47% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABFB9 is #E54046. Grayscale: #8C8C8C. Windows color (decimal): -15024199 or 12173082. OLE color: 12173082.
HSL color Cylindrical-coordinate representation of color #1ABFB9: hue angle of 177.82º 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 #1ABFB9 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 191 | 185 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.25 |
| HSL | 177.82º | 0.76% | 0.43% | - |
| HSV(B) | 177.82º | 0.86% | 0.75% | - |
| XYZ | 27.81 | 40.98 | 52.34 | - |
| YUV | 140.98 | 152.84 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 185 | 0.86 | 0 | 0.03 | 0.25 | 177.82 | 0.76 | 0.43 |
| Hex | 1A | BF | B9 | 56 | 0 | 3 | 19 | B2 | 4C | 2B |
| Octal | 32 | 277 | 271 | 126 | 0 | 3 | 31 | 262 | 114 | 53 |
| Binary | 11010 | 10111111 | 10111001 | 1010110 | 0 | 11 | 11001 | 10110010 | 1001100 | 101011 |
Color Harmonies of #1ABFB9
Complementary color
Monochromatic Colors of #1ABFB9
Black with #1ABFB9
Text Example
Text Example
White with #1ABFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABFB9; }
p { color: rgb(26,191,185); }
H1.HeaderClassName
{
color: #1ABFB9;
}
.AnyTagClassName
{
color: #1ABFB9;
}
</style>
background-color css
<style>
a { background-color: #1ABFB9; }
a { background-color: rgb(26,191,185); }
div.DivClassName
{
background-color: #1ABFB9;
}
.BgClassName
{
background-color: #1ABFB9;
}
</style>
border-color css
<style>
span { border-color: #1ABFB9; }
span { border-color: rgb(26,191,185); }
td.TdClassName
{
border-color: #1ABFB9;
}
.TagClassName
{
border-color: #1ABFB9;
}
</style>