Shades of Light Sea Green #3AB0AB
Tints of Light Sea Green #3AB0AB
RGB
CMYK
RGB Variations
Color information
#3AB0AB (or 0x3AB0AB) is known color: Light Sea Green. HEX triplet: 3A, B0 and AB. RGB value is (58,176,171). Sum of RGB (Red+Green+Blue) = 58+176+171=405 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.32% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB0AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB0AB is #C54F54. Grayscale: #8C8C8C. Windows color (decimal): -12930901 or 11251770. OLE color: 11251770.
HSL color Cylindrical-coordinate representation of color #3AB0AB: hue angle of 177.46º degrees, saturation: 0.5, 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 #3AB0AB is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 176 | 171 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.31 |
| HSL | 177.46º | 0.5% | 0.46% | - |
| HSV(B) | 177.46º | 0.67% | 0.69% | - |
| XYZ | 24.62 | 34.89 | 43.96 | - |
| YUV | 140.15 | 145.41 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 176 | 171 | 0.67 | 0 | 0.03 | 0.31 | 177.46 | 0.5 | 0.46 |
| Hex | 3A | B0 | AB | 43 | 0 | 3 | 1F | B1 | 32 | 2E |
| Octal | 72 | 260 | 253 | 103 | 0 | 3 | 37 | 261 | 62 | 56 |
| Binary | 111010 | 10110000 | 10101011 | 1000011 | 0 | 11 | 11111 | 10110001 | 110010 | 101110 |
Color Harmonies of #3AB0AB
Complementary color
Monochromatic Colors of #3AB0AB
Black with #3AB0AB
Text Example
Text Example
White with #3AB0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB0AB; }
p { color: rgb(58,176,171); }
H1.HeaderClassName
{
color: #3AB0AB;
}
.AnyTagClassName
{
color: #3AB0AB;
}
</style>
background-color css
<style>
a { background-color: #3AB0AB; }
a { background-color: rgb(58,176,171); }
div.DivClassName
{
background-color: #3AB0AB;
}
.BgClassName
{
background-color: #3AB0AB;
}
</style>
border-color css
<style>
span { border-color: #3AB0AB; }
span { border-color: rgb(58,176,171); }
td.TdClassName
{
border-color: #3AB0AB;
}
.TagClassName
{
border-color: #3AB0AB;
}
</style>