Shades of Light Sea Green #3FADAA
Tints of Light Sea Green #3FADAA
RGB
CMYK
RGB Variations
Color information
#3FADAA (or 0x3FADAA) is known color: Light Sea Green. HEX triplet: 3F, AD and AA. RGB value is (63,173,170). Sum of RGB (Red+Green+Blue) = 63+173+170=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 173 - color contains mainly: green. Hex color #3FADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FADAA is #C05255. Grayscale: #8B8B8B. Windows color (decimal): -12603990 or 11185471. OLE color: 11185471.
HSL color Cylindrical-coordinate representation of color #3FADAA: hue angle of 178.36º 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 #3FADAA is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 173 | 170 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.32 |
| HSL | 178.36º | 0.47% | 0.46% | - |
| HSV(B) | 178.36º | 0.64% | 0.68% | - |
| XYZ | 24.25 | 33.85 | 43.29 | - |
| YUV | 139.77 | 145.06 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 170 | 0.64 | 0 | 0.02 | 0.32 | 178.36 | 0.47 | 0.46 |
| Hex | 3F | AD | AA | 40 | 0 | 2 | 20 | B2 | 2F | 2E |
| Octal | 77 | 255 | 252 | 100 | 0 | 2 | 40 | 262 | 57 | 56 |
| Binary | 111111 | 10101101 | 10101010 | 1000000 | 0 | 10 | 100000 | 10110010 | 101111 | 101110 |
Color Harmonies of #3FADAA
Complementary color
Monochromatic Colors of #3FADAA
Black with #3FADAA
Text Example
Text Example
White with #3FADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FADAA; }
p { color: rgb(63,173,170); }
H1.HeaderClassName
{
color: #3FADAA;
}
.AnyTagClassName
{
color: #3FADAA;
}
</style>
background-color css
<style>
a { background-color: #3FADAA; }
a { background-color: rgb(63,173,170); }
div.DivClassName
{
background-color: #3FADAA;
}
.BgClassName
{
background-color: #3FADAA;
}
</style>
border-color css
<style>
span { border-color: #3FADAA; }
span { border-color: rgb(63,173,170); }
td.TdClassName
{
border-color: #3FADAA;
}
.TagClassName
{
border-color: #3FADAA;
}
</style>