Shades of Light Sea Green #3FABAC
Tints of Light Sea Green #3FABAC
RGB
CMYK
RGB Variations
Color information
#3FABAC (or 0x3FABAC) is known color: Light Sea Green. HEX triplet: 3F, AB and AC. RGB value is (63,171,172). Sum of RGB (Red+Green+Blue) = 63+171+172=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #3FABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FABAC is #C05453. Grayscale: #8A8A8A. Windows color (decimal): -12604500 or 11316031. OLE color: 11316031.
HSL color Cylindrical-coordinate representation of color #3FABAC: hue angle of 180.55º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FABAC is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 171 | 172 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.33 |
| HSL | 180.55º | 0.46% | 0.46% | - |
| HSV(B) | 180.55º | 0.63% | 0.67% | - |
| XYZ | 24.06 | 33.16 | 44.16 | - |
| YUV | 138.82 | 146.72 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 172 | 0.63 | 0.01 | 0 | 0.33 | 180.55 | 0.46 | 0.46 |
| Hex | 3F | AB | AC | 3F | 1 | 0 | 21 | B5 | 2E | 2E |
| Octal | 77 | 253 | 254 | 77 | 1 | 0 | 41 | 265 | 56 | 56 |
| Binary | 111111 | 10101011 | 10101100 | 111111 | 1 | 0 | 100001 | 10110101 | 101110 | 101110 |
Color Harmonies of #3FABAC
Complementary color
Monochromatic Colors of #3FABAC
Black with #3FABAC
Text Example
Text Example
White with #3FABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FABAC; }
p { color: rgb(63,171,172); }
H1.HeaderClassName
{
color: #3FABAC;
}
.AnyTagClassName
{
color: #3FABAC;
}
</style>
background-color css
<style>
a { background-color: #3FABAC; }
a { background-color: rgb(63,171,172); }
div.DivClassName
{
background-color: #3FABAC;
}
.BgClassName
{
background-color: #3FABAC;
}
</style>
border-color css
<style>
span { border-color: #3FABAC; }
span { border-color: rgb(63,171,172); }
td.TdClassName
{
border-color: #3FABAC;
}
.TagClassName
{
border-color: #3FABAC;
}
</style>