Shades of Light Sea Green #1AADAC
Tints of Light Sea Green #1AADAC
RGB
CMYK
RGB Variations
Color information
#1AADAC (or 0x1AADAC) is known color: Light Sea Green. HEX triplet: 1A, AD and AC. RGB value is (26,173,172). Sum of RGB (Red+Green+Blue) = 26+173+172=371 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.01% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #1AADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AADAC is #E55253. Grayscale: #808080. Windows color (decimal): -15028820 or 11316506. OLE color: 11316506.
HSL color Cylindrical-coordinate representation of color #1AADAC: hue angle of 179.59º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AADAC is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 173 | 172 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.32 |
| HSL | 179.59º | 0.74% | 0.39% | - |
| HSV(B) | 179.59º | 0.85% | 0.68% | - |
| XYZ | 22.82 | 33.09 | 44.21 | - |
| YUV | 128.93 | 152.3 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 173 | 172 | 0.85 | 0 | 0.01 | 0.32 | 179.59 | 0.74 | 0.39 |
| Hex | 1A | AD | AC | 55 | 0 | 1 | 20 | B4 | 4A | 27 |
| Octal | 32 | 255 | 254 | 125 | 0 | 1 | 40 | 264 | 112 | 47 |
| Binary | 11010 | 10101101 | 10101100 | 1010101 | 0 | 1 | 100000 | 10110100 | 1001010 | 100111 |
Color Harmonies of #1AADAC
Complementary color
Monochromatic Colors of #1AADAC
Black with #1AADAC
Text Example
Text Example
White with #1AADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AADAC; }
p { color: rgb(26,173,172); }
H1.HeaderClassName
{
color: #1AADAC;
}
.AnyTagClassName
{
color: #1AADAC;
}
</style>
background-color css
<style>
a { background-color: #1AADAC; }
a { background-color: rgb(26,173,172); }
div.DivClassName
{
background-color: #1AADAC;
}
.BgClassName
{
background-color: #1AADAC;
}
</style>
border-color css
<style>
span { border-color: #1AADAC; }
span { border-color: rgb(26,173,172); }
td.TdClassName
{
border-color: #1AADAC;
}
.TagClassName
{
border-color: #1AADAC;
}
</style>