Shades of Light Sea Green #1ABDBB
Tints of Light Sea Green #1ABDBB
RGB
CMYK
RGB Variations
Color information
#1ABDBB (or 0x1ABDBB) is known color: Light Sea Green. HEX triplet: 1A, BD and BB. RGB value is (26,189,187). Sum of RGB (Red+Green+Blue) = 26+189+187=402 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.47% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABDBB is #E54244. Grayscale: #8B8B8B. Windows color (decimal): -15024709 or 12303642. OLE color: 12303642.
HSL color Cylindrical-coordinate representation of color #1ABDBB: hue angle of 179.26º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABDBB is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 189 | 187 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.26 |
| HSL | 179.26º | 0.76% | 0.42% | - |
| HSV(B) | 179.26º | 0.86% | 0.74% | - |
| XYZ | 27.59 | 40.2 | 53.32 | - |
| YUV | 140.04 | 154.5 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 189 | 187 | 0.86 | 0 | 0.01 | 0.26 | 179.26 | 0.76 | 0.42 |
| Hex | 1A | BD | BB | 56 | 0 | 1 | 1A | B3 | 4C | 2A |
| Octal | 32 | 275 | 273 | 126 | 0 | 1 | 32 | 263 | 114 | 52 |
| Binary | 11010 | 10111101 | 10111011 | 1010110 | 0 | 1 | 11010 | 10110011 | 1001100 | 101010 |
Color Harmonies of #1ABDBB
Complementary color
Monochromatic Colors of #1ABDBB
Black with #1ABDBB
Text Example
Text Example
White with #1ABDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABDBB; }
p { color: rgb(26,189,187); }
H1.HeaderClassName
{
color: #1ABDBB;
}
.AnyTagClassName
{
color: #1ABDBB;
}
</style>
background-color css
<style>
a { background-color: #1ABDBB; }
a { background-color: rgb(26,189,187); }
div.DivClassName
{
background-color: #1ABDBB;
}
.BgClassName
{
background-color: #1ABDBB;
}
</style>
border-color css
<style>
span { border-color: #1ABDBB; }
span { border-color: rgb(26,189,187); }
td.TdClassName
{
border-color: #1ABDBB;
}
.TagClassName
{
border-color: #1ABDBB;
}
</style>