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