Shades of Light Sea Green #3AB1AF
Tints of Light Sea Green #3AB1AF
RGB
CMYK
RGB Variations
Color information
#3AB1AF (or 0x3AB1AF) is known color: Light Sea Green. HEX triplet: 3A, B1 and AF. RGB value is (58,177,175). Sum of RGB (Red+Green+Blue) = 58+177+175=410 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.15% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 177 - color contains mainly: green. Hex color #3AB1AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB1AF is #C54E50. Grayscale: #8D8D8D. Windows color (decimal): -12930641 or 11514170. OLE color: 11514170.
HSL color Cylindrical-coordinate representation of color #3AB1AF: hue angle of 178.99º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB1AF is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 177 | 175 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.31 |
| HSL | 178.99º | 0.51% | 0.46% | - |
| HSV(B) | 178.99º | 0.67% | 0.69% | - |
| XYZ | 25.2 | 35.44 | 46.07 | - |
| YUV | 141.19 | 147.08 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 177 | 175 | 0.67 | 0 | 0.01 | 0.31 | 178.99 | 0.51 | 0.46 |
| Hex | 3A | B1 | AF | 43 | 0 | 1 | 1F | B3 | 33 | 2E |
| Octal | 72 | 261 | 257 | 103 | 0 | 1 | 37 | 263 | 63 | 56 |
| Binary | 111010 | 10110001 | 10101111 | 1000011 | 0 | 1 | 11111 | 10110011 | 110011 | 101110 |
Color Harmonies of #3AB1AF
Complementary color
Monochromatic Colors of #3AB1AF
Black with #3AB1AF
Text Example
Text Example
White with #3AB1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB1AF; }
p { color: rgb(58,177,175); }
H1.HeaderClassName
{
color: #3AB1AF;
}
.AnyTagClassName
{
color: #3AB1AF;
}
</style>
background-color css
<style>
a { background-color: #3AB1AF; }
a { background-color: rgb(58,177,175); }
div.DivClassName
{
background-color: #3AB1AF;
}
.BgClassName
{
background-color: #3AB1AF;
}
</style>
border-color css
<style>
span { border-color: #3AB1AF; }
span { border-color: rgb(58,177,175); }
td.TdClassName
{
border-color: #3AB1AF;
}
.TagClassName
{
border-color: #3AB1AF;
}
</style>