Shades of Light Sea Green #1ABDC0
Tints of Light Sea Green #1ABDC0
RGB
CMYK
RGB Variations
Color information
#1ABDC0 (or 0x1ABDC0) is known color: Light Sea Green. HEX triplet: 1A, BD and C0. RGB value is (26,189,192). Sum of RGB (Red+Green+Blue) = 26+189+192=407 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.39% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #1ABDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABDC0 is #E5423F. Grayscale: #8C8C8C. Windows color (decimal): -15024704 or 12631322. OLE color: 12631322.
HSL color Cylindrical-coordinate representation of color #1ABDC0: hue angle of 181.08º 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 #1ABDC0 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 189 | 192 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.25 |
| HSL | 181.08º | 0.76% | 0.43% | - |
| HSV(B) | 181.08º | 0.86% | 0.75% | - |
| XYZ | 28.14 | 40.42 | 56.19 | - |
| YUV | 140.61 | 157 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 189 | 192 | 0.86 | 0.02 | 0 | 0.25 | 181.08 | 0.76 | 0.43 |
| Hex | 1A | BD | C0 | 56 | 2 | 0 | 19 | B5 | 4C | 2B |
| Octal | 32 | 275 | 300 | 126 | 2 | 0 | 31 | 265 | 114 | 53 |
| Binary | 11010 | 10111101 | 11000000 | 1010110 | 10 | 0 | 11001 | 10110101 | 1001100 | 101011 |
Color Harmonies of #1ABDC0
Complementary color
Monochromatic Colors of #1ABDC0
Black with #1ABDC0
Text Example
Text Example
White with #1ABDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABDC0; }
p { color: rgb(26,189,192); }
H1.HeaderClassName
{
color: #1ABDC0;
}
.AnyTagClassName
{
color: #1ABDC0;
}
</style>
background-color css
<style>
a { background-color: #1ABDC0; }
a { background-color: rgb(26,189,192); }
div.DivClassName
{
background-color: #1ABDC0;
}
.BgClassName
{
background-color: #1ABDC0;
}
</style>
border-color css
<style>
span { border-color: #1ABDC0; }
span { border-color: rgb(26,189,192); }
td.TdClassName
{
border-color: #1ABDC0;
}
.TagClassName
{
border-color: #1ABDC0;
}
</style>