Shades of Light Sea Green #3FAAAD
Tints of Light Sea Green #3FAAAD
RGB
CMYK
RGB Variations
Color information
#3FAAAD (or 0x3FAAAD) is known color: Light Sea Green. HEX triplet: 3F, AA and AD. RGB value is (63,170,173). Sum of RGB (Red+Green+Blue) = 63+170+173=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #3FAAAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAAAD is #C05552. Grayscale: #8A8A8A. Windows color (decimal): -12604755 or 11381311. OLE color: 11381311.
HSL color Cylindrical-coordinate representation of color #3FAAAD: hue angle of 181.64º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAAAD is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 170 | 173 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.32 |
| HSL | 181.64º | 0.47% | 0.46% | - |
| HSV(B) | 181.64º | 0.64% | 0.68% | - |
| XYZ | 23.97 | 32.82 | 44.61 | - |
| YUV | 138.35 | 147.55 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 173 | 0.64 | 0.02 | 0 | 0.32 | 181.64 | 0.47 | 0.46 |
| Hex | 3F | AA | AD | 40 | 2 | 0 | 20 | B6 | 2F | 2E |
| Octal | 77 | 252 | 255 | 100 | 2 | 0 | 40 | 266 | 57 | 56 |
| Binary | 111111 | 10101010 | 10101101 | 1000000 | 10 | 0 | 100000 | 10110110 | 101111 | 101110 |
Color Harmonies of #3FAAAD
Complementary color
Monochromatic Colors of #3FAAAD
Black with #3FAAAD
Text Example
Text Example
White with #3FAAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAAAD; }
p { color: rgb(63,170,173); }
H1.HeaderClassName
{
color: #3FAAAD;
}
.AnyTagClassName
{
color: #3FAAAD;
}
</style>
background-color css
<style>
a { background-color: #3FAAAD; }
a { background-color: rgb(63,170,173); }
div.DivClassName
{
background-color: #3FAAAD;
}
.BgClassName
{
background-color: #3FAAAD;
}
</style>
border-color css
<style>
span { border-color: #3FAAAD; }
span { border-color: rgb(63,170,173); }
td.TdClassName
{
border-color: #3FAAAD;
}
.TagClassName
{
border-color: #3FAAAD;
}
</style>