Shades of Light Sea Green #3FAAAC
Tints of Light Sea Green #3FAAAC
RGB
CMYK
RGB Variations
Color information
#3FAAAC (or 0x3FAAAC) is known color: Light Sea Green. HEX triplet: 3F, AA and AC. RGB value is (63,170,172). Sum of RGB (Red+Green+Blue) = 63+170+172=405 (53% of max value = 765). Red value is 63 (25% from 255 or 15.56% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #3FAAAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAAAC is #C05553. Grayscale: #8A8A8A. Windows color (decimal): -12604756 or 11315775. OLE color: 11315775.
HSL color Cylindrical-coordinate representation of color #3FAAAC: hue angle of 181.1º 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 #3FAAAC is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 170 | 172 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.33 |
| HSL | 181.1º | 0.46% | 0.46% | - |
| HSV(B) | 181.1º | 0.63% | 0.67% | - |
| XYZ | 23.87 | 32.78 | 44.1 | - |
| YUV | 138.24 | 147.05 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 172 | 0.63 | 0.01 | 0 | 0.33 | 181.1 | 0.46 | 0.46 |
| Hex | 3F | AA | AC | 3F | 1 | 0 | 21 | B5 | 2E | 2E |
| Octal | 77 | 252 | 254 | 77 | 1 | 0 | 41 | 265 | 56 | 56 |
| Binary | 111111 | 10101010 | 10101100 | 111111 | 1 | 0 | 100001 | 10110101 | 101110 | 101110 |
Color Harmonies of #3FAAAC
Complementary color
Monochromatic Colors of #3FAAAC
Black with #3FAAAC
Text Example
Text Example
White with #3FAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAAAC; }
p { color: rgb(63,170,172); }
H1.HeaderClassName
{
color: #3FAAAC;
}
.AnyTagClassName
{
color: #3FAAAC;
}
</style>
background-color css
<style>
a { background-color: #3FAAAC; }
a { background-color: rgb(63,170,172); }
div.DivClassName
{
background-color: #3FAAAC;
}
.BgClassName
{
background-color: #3FAAAC;
}
</style>
border-color css
<style>
span { border-color: #3FAAAC; }
span { border-color: rgb(63,170,172); }
td.TdClassName
{
border-color: #3FAAAC;
}
.TagClassName
{
border-color: #3FAAAC;
}
</style>