Shades of Light Sea Green #1AAEAF
Tints of Light Sea Green #1AAEAF
RGB
CMYK
RGB Variations
Color information
#1AAEAF (or 0x1AAEAF) is known color: Light Sea Green. HEX triplet: 1A, AE and AF. RGB value is (26,174,175). Sum of RGB (Red+Green+Blue) = 26+174+175=375 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.93% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #1AAEAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAEAF is #E55150. Grayscale: #818181. Windows color (decimal): -15028561 or 11513370. OLE color: 11513370.
HSL color Cylindrical-coordinate representation of color #1AAEAF: hue angle of 180.4º 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 #1AAEAF is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 174 | 175 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.31 |
| HSL | 180.4º | 0.74% | 0.39% | - |
| HSV(B) | 180.4º | 0.85% | 0.69% | - |
| XYZ | 23.3 | 33.59 | 45.81 | - |
| YUV | 129.86 | 153.47 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 174 | 175 | 0.85 | 0.01 | 0 | 0.31 | 180.4 | 0.74 | 0.39 |
| Hex | 1A | AE | AF | 55 | 1 | 0 | 1F | B4 | 4A | 27 |
| Octal | 32 | 256 | 257 | 125 | 1 | 0 | 37 | 264 | 112 | 47 |
| Binary | 11010 | 10101110 | 10101111 | 1010101 | 1 | 0 | 11111 | 10110100 | 1001010 | 100111 |
Color Harmonies of #1AAEAF
Complementary color
Monochromatic Colors of #1AAEAF
Black with #1AAEAF
Text Example
Text Example
White with #1AAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAEAF; }
p { color: rgb(26,174,175); }
H1.HeaderClassName
{
color: #1AAEAF;
}
.AnyTagClassName
{
color: #1AAEAF;
}
</style>
background-color css
<style>
a { background-color: #1AAEAF; }
a { background-color: rgb(26,174,175); }
div.DivClassName
{
background-color: #1AAEAF;
}
.BgClassName
{
background-color: #1AAEAF;
}
</style>
border-color css
<style>
span { border-color: #1AAEAF; }
span { border-color: rgb(26,174,175); }
td.TdClassName
{
border-color: #1AAEAF;
}
.TagClassName
{
border-color: #1AAEAF;
}
</style>