Shades of Light Sea Green #3FAAAB
Tints of Light Sea Green #3FAAAB
RGB
CMYK
RGB Variations
Color information
#3FAAAB (or 0x3FAAAB) is known color: Light Sea Green. HEX triplet: 3F, AA and AB. RGB value is (63,170,171). Sum of RGB (Red+Green+Blue) = 63+170+171=404 (53% of max value = 765). Red value is 63 (25% from 255 or 15.59% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #3FAAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAAAB is #C05554. Grayscale: #8A8A8A. Windows color (decimal): -12604757 or 11250239. OLE color: 11250239.
HSL color Cylindrical-coordinate representation of color #3FAAAB: hue angle of 180.56º 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 #3FAAAB is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 170 | 171 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.33 |
| HSL | 180.56º | 0.46% | 0.46% | - |
| HSV(B) | 180.56º | 0.63% | 0.67% | - |
| XYZ | 23.78 | 32.75 | 43.6 | - |
| YUV | 138.12 | 146.55 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 171 | 0.63 | 0.01 | 0 | 0.33 | 180.56 | 0.46 | 0.46 |
| Hex | 3F | AA | AB | 3F | 1 | 0 | 21 | B5 | 2E | 2E |
| Octal | 77 | 252 | 253 | 77 | 1 | 0 | 41 | 265 | 56 | 56 |
| Binary | 111111 | 10101010 | 10101011 | 111111 | 1 | 0 | 100001 | 10110101 | 101110 | 101110 |
Color Harmonies of #3FAAAB
Complementary color
Monochromatic Colors of #3FAAAB
Black with #3FAAAB
Text Example
Text Example
White with #3FAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAAAB; }
p { color: rgb(63,170,171); }
H1.HeaderClassName
{
color: #3FAAAB;
}
.AnyTagClassName
{
color: #3FAAAB;
}
</style>
background-color css
<style>
a { background-color: #3FAAAB; }
a { background-color: rgb(63,170,171); }
div.DivClassName
{
background-color: #3FAAAB;
}
.BgClassName
{
background-color: #3FAAAB;
}
</style>
border-color css
<style>
span { border-color: #3FAAAB; }
span { border-color: rgb(63,170,171); }
td.TdClassName
{
border-color: #3FAAAB;
}
.TagClassName
{
border-color: #3FAAAB;
}
</style>