Shades of Light Sea Green #1AADBB
Tints of Light Sea Green #1AADBB
RGB
CMYK
RGB Variations
Color information
#1AADBB (or 0x1AADBB) is known color: Light Sea Green. HEX triplet: 1A, AD and BB. RGB value is (26,173,187). Sum of RGB (Red+Green+Blue) = 26+173+187=386 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.74% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #1AADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AADBB is #E55244. Grayscale: #828282. Windows color (decimal): -15028805 or 12299546. OLE color: 12299546.
HSL color Cylindrical-coordinate representation of color #1AADBB: hue angle of 185.22º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AADBB is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 173 | 187 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.27 |
| HSL | 185.22º | 0.76% | 0.42% | - |
| HSV(B) | 185.22º | 0.86% | 0.73% | - |
| XYZ | 24.34 | 33.69 | 52.23 | - |
| YUV | 130.64 | 159.8 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 173 | 187 | 0.86 | 0.07 | 0 | 0.27 | 185.22 | 0.76 | 0.42 |
| Hex | 1A | AD | BB | 56 | 7 | 0 | 1B | B9 | 4C | 2A |
| Octal | 32 | 255 | 273 | 126 | 7 | 0 | 33 | 271 | 114 | 52 |
| Binary | 11010 | 10101101 | 10111011 | 1010110 | 111 | 0 | 11011 | 10111001 | 1001100 | 101010 |
Color Harmonies of #1AADBB
Complementary color
Monochromatic Colors of #1AADBB
Black with #1AADBB
Text Example
Text Example
White with #1AADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AADBB; }
p { color: rgb(26,173,187); }
H1.HeaderClassName
{
color: #1AADBB;
}
.AnyTagClassName
{
color: #1AADBB;
}
</style>
background-color css
<style>
a { background-color: #1AADBB; }
a { background-color: rgb(26,173,187); }
div.DivClassName
{
background-color: #1AADBB;
}
.BgClassName
{
background-color: #1AADBB;
}
</style>
border-color css
<style>
span { border-color: #1AADBB; }
span { border-color: rgb(26,173,187); }
td.TdClassName
{
border-color: #1AADBB;
}
.TagClassName
{
border-color: #1AADBB;
}
</style>