Shades of Light Sea Green #1AB7AF
Tints of Light Sea Green #1AB7AF
RGB
CMYK
RGB Variations
Color information
#1AB7AF (or 0x1AB7AF) is known color: Light Sea Green. HEX triplet: 1A, B7 and AF. RGB value is (26,183,175). Sum of RGB (Red+Green+Blue) = 26+183+175=384 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.77% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #1AB7AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB7AF is #E54850. Grayscale: #878787. Windows color (decimal): -15026257 or 11515674. OLE color: 11515674.
HSL color Cylindrical-coordinate representation of color #1AB7AF: hue angle of 176.94º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB7AF is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 183 | 175 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.28 |
| HSL | 176.94º | 0.75% | 0.41% | - |
| HSV(B) | 176.94º | 0.86% | 0.72% | - |
| XYZ | 25.1 | 37.18 | 46.41 | - |
| YUV | 135.15 | 150.49 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 183 | 175 | 0.86 | 0 | 0.04 | 0.28 | 176.94 | 0.75 | 0.41 |
| Hex | 1A | B7 | AF | 56 | 0 | 4 | 1C | B1 | 4B | 29 |
| Octal | 32 | 267 | 257 | 126 | 0 | 4 | 34 | 261 | 113 | 51 |
| Binary | 11010 | 10110111 | 10101111 | 1010110 | 0 | 100 | 11100 | 10110001 | 1001011 | 101001 |
Color Harmonies of #1AB7AF
Complementary color
Monochromatic Colors of #1AB7AF
Black with #1AB7AF
Text Example
Text Example
White with #1AB7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB7AF; }
p { color: rgb(26,183,175); }
H1.HeaderClassName
{
color: #1AB7AF;
}
.AnyTagClassName
{
color: #1AB7AF;
}
</style>
background-color css
<style>
a { background-color: #1AB7AF; }
a { background-color: rgb(26,183,175); }
div.DivClassName
{
background-color: #1AB7AF;
}
.BgClassName
{
background-color: #1AB7AF;
}
</style>
border-color css
<style>
span { border-color: #1AB7AF; }
span { border-color: rgb(26,183,175); }
td.TdClassName
{
border-color: #1AB7AF;
}
.TagClassName
{
border-color: #1AB7AF;
}
</style>