Shades of Light Sea Green #3FAAAA
Tints of Light Sea Green #3FAAAA
RGB
CMYK
RGB Variations
Color information
#3FAAAA (or 0x3FAAAA) is known color: Light Sea Green. HEX triplet: 3F, AA and AA. RGB value is (63,170,170). Sum of RGB (Red+Green+Blue) = 63+170+170=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #3FAAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAAAA is #C05555. Grayscale: #898989. Windows color (decimal): -12604758 or 11184703. OLE color: 11184703.
HSL color Cylindrical-coordinate representation of color #3FAAAA: hue angle of 180º 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 #3FAAAA is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 170 | 170 | - |
| CMYK | 0.63 | 0 | 0 | 0.33 |
| HSL | 180º | 0.46% | 0.46% | - |
| HSV(B) | 180º | 0.63% | 0.67% | - |
| XYZ | 23.68 | 32.71 | 43.1 | - |
| YUV | 138.01 | 146.05 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 170 | 0.63 | 0 | 0 | 0.33 | 180 | 0.46 | 0.46 |
| Hex | 3F | AA | AA | 3F | 0 | 0 | 21 | B4 | 2E | 2E |
| Octal | 77 | 252 | 252 | 77 | 0 | 0 | 41 | 264 | 56 | 56 |
| Binary | 111111 | 10101010 | 10101010 | 111111 | 0 | 0 | 100001 | 10110100 | 101110 | 101110 |
Color Harmonies of #3FAAAA
Complementary color
Monochromatic Colors of #3FAAAA
Black with #3FAAAA
Text Example
Text Example
White with #3FAAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAAAA; }
p { color: rgb(63,170,170); }
H1.HeaderClassName
{
color: #3FAAAA;
}
.AnyTagClassName
{
color: #3FAAAA;
}
</style>
background-color css
<style>
a { background-color: #3FAAAA; }
a { background-color: rgb(63,170,170); }
div.DivClassName
{
background-color: #3FAAAA;
}
.BgClassName
{
background-color: #3FAAAA;
}
</style>
border-color css
<style>
span { border-color: #3FAAAA; }
span { border-color: rgb(63,170,170); }
td.TdClassName
{
border-color: #3FAAAA;
}
.TagClassName
{
border-color: #3FAAAA;
}
</style>