Shades of Light Sea Green #1AADAF
Tints of Light Sea Green #1AADAF
RGB
CMYK
RGB Variations
Color information
#1AADAF (or 0x1AADAF) is known color: Light Sea Green. HEX triplet: 1A, AD and AF. RGB value is (26,173,175). Sum of RGB (Red+Green+Blue) = 26+173+175=374 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.95% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #1AADAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AADAF is #E55250. Grayscale: #818181. Windows color (decimal): -15028817 or 11513114. OLE color: 11513114.
HSL color Cylindrical-coordinate representation of color #1AADAF: hue angle of 180.81º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AADAF is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 173 | 175 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.31 |
| HSL | 180.81º | 0.74% | 0.39% | - |
| HSV(B) | 180.81º | 0.85% | 0.69% | - |
| XYZ | 23.11 | 33.2 | 45.75 | - |
| YUV | 129.28 | 153.8 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 173 | 175 | 0.85 | 0.01 | 0 | 0.31 | 180.81 | 0.74 | 0.39 |
| Hex | 1A | AD | AF | 55 | 1 | 0 | 1F | B5 | 4A | 27 |
| Octal | 32 | 255 | 257 | 125 | 1 | 0 | 37 | 265 | 112 | 47 |
| Binary | 11010 | 10101101 | 10101111 | 1010101 | 1 | 0 | 11111 | 10110101 | 1001010 | 100111 |
Color Harmonies of #1AADAF
Complementary color
Monochromatic Colors of #1AADAF
Black with #1AADAF
Text Example
Text Example
White with #1AADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AADAF; }
p { color: rgb(26,173,175); }
H1.HeaderClassName
{
color: #1AADAF;
}
.AnyTagClassName
{
color: #1AADAF;
}
</style>
background-color css
<style>
a { background-color: #1AADAF; }
a { background-color: rgb(26,173,175); }
div.DivClassName
{
background-color: #1AADAF;
}
.BgClassName
{
background-color: #1AADAF;
}
</style>
border-color css
<style>
span { border-color: #1AADAF; }
span { border-color: rgb(26,173,175); }
td.TdClassName
{
border-color: #1AADAF;
}
.TagClassName
{
border-color: #1AADAF;
}
</style>