Shades of Light Sea Green #1AADB7
Tints of Light Sea Green #1AADB7
RGB
CMYK
RGB Variations
Color information
#1AADB7 (or 0x1AADB7) is known color: Light Sea Green. HEX triplet: 1A, AD and B7. RGB value is (26,173,183). Sum of RGB (Red+Green+Blue) = 26+173+183=382 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.81% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 183 (71.88% from 255 or 47.91% from 382); Max value from RGB is 183 - color contains mainly: blue. Hex color #1AADB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AADB7 is #E55248. Grayscale: #828282. Windows color (decimal): -15028809 or 12037402. OLE color: 12037402.
HSL color Cylindrical-coordinate representation of color #1AADB7: hue angle of 183.82º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AADB7 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 173 | 183 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.28 |
| HSL | 183.82º | 0.75% | 0.41% | - |
| HSV(B) | 183.82º | 0.86% | 0.72% | - |
| XYZ | 23.92 | 33.53 | 50.01 | - |
| YUV | 130.19 | 157.8 | 53.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 173 | 183 | 0.86 | 0.05 | 0 | 0.28 | 183.82 | 0.75 | 0.41 |
| Hex | 1A | AD | B7 | 56 | 5 | 0 | 1C | B8 | 4B | 29 |
| Octal | 32 | 255 | 267 | 126 | 5 | 0 | 34 | 270 | 113 | 51 |
| Binary | 11010 | 10101101 | 10110111 | 1010110 | 101 | 0 | 11100 | 10111000 | 1001011 | 101001 |
Color Harmonies of #1AADB7
Complementary color
Monochromatic Colors of #1AADB7
Black with #1AADB7
Text Example
Text Example
White with #1AADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AADB7; }
p { color: rgb(26,173,183); }
H1.HeaderClassName
{
color: #1AADB7;
}
.AnyTagClassName
{
color: #1AADB7;
}
</style>
background-color css
<style>
a { background-color: #1AADB7; }
a { background-color: rgb(26,173,183); }
div.DivClassName
{
background-color: #1AADB7;
}
.BgClassName
{
background-color: #1AADB7;
}
</style>
border-color css
<style>
span { border-color: #1AADB7; }
span { border-color: rgb(26,173,183); }
td.TdClassName
{
border-color: #1AADB7;
}
.TagClassName
{
border-color: #1AADB7;
}
</style>