Shades of Light Sea Green #1AA8AF
Tints of Light Sea Green #1AA8AF
RGB
CMYK
RGB Variations
Color information
#1AA8AF (or 0x1AA8AF) is known color: Light Sea Green. HEX triplet: 1A, A8 and AF. RGB value is (26,168,175). Sum of RGB (Red+Green+Blue) = 26+168+175=369 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.05% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #1AA8AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA8AF is #E55750. Grayscale: #7E7E7E. Windows color (decimal): -15030097 or 11511834. OLE color: 11511834.
HSL color Cylindrical-coordinate representation of color #1AA8AF: hue angle of 182.82º 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 #1AA8AF is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 168 | 175 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.31 |
| HSL | 182.82º | 0.74% | 0.39% | - |
| HSV(B) | 182.82º | 0.85% | 0.69% | - |
| XYZ | 22.17 | 31.32 | 45.43 | - |
| YUV | 126.34 | 155.46 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 168 | 175 | 0.85 | 0.04 | 0 | 0.31 | 182.82 | 0.74 | 0.39 |
| Hex | 1A | A8 | AF | 55 | 4 | 0 | 1F | B7 | 4A | 27 |
| Octal | 32 | 250 | 257 | 125 | 4 | 0 | 37 | 267 | 112 | 47 |
| Binary | 11010 | 10101000 | 10101111 | 1010101 | 100 | 0 | 11111 | 10110111 | 1001010 | 100111 |
Color Harmonies of #1AA8AF
Complementary color
Monochromatic Colors of #1AA8AF
Black with #1AA8AF
Text Example
Text Example
White with #1AA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA8AF; }
p { color: rgb(26,168,175); }
H1.HeaderClassName
{
color: #1AA8AF;
}
.AnyTagClassName
{
color: #1AA8AF;
}
</style>
background-color css
<style>
a { background-color: #1AA8AF; }
a { background-color: rgb(26,168,175); }
div.DivClassName
{
background-color: #1AA8AF;
}
.BgClassName
{
background-color: #1AA8AF;
}
</style>
border-color css
<style>
span { border-color: #1AA8AF; }
span { border-color: rgb(26,168,175); }
td.TdClassName
{
border-color: #1AA8AF;
}
.TagClassName
{
border-color: #1AA8AF;
}
</style>