Shades of Light Sea Green #3FADA5
Tints of Light Sea Green #3FADA5
RGB
CMYK
RGB Variations
Color information
#3FADA5 (or 0x3FADA5) is known color: Light Sea Green. HEX triplet: 3F, AD and A5. RGB value is (63,173,165). Sum of RGB (Red+Green+Blue) = 63+173+165=401 (53% of max value = 765). Red value is 63 (25% from 255 or 15.71% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 173 - color contains mainly: green. Hex color #3FADA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FADA5 is #C0525A. Grayscale: #8B8B8B. Windows color (decimal): -12603995 or 10857791. OLE color: 10857791.
HSL color Cylindrical-coordinate representation of color #3FADA5: hue angle of 175.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 #3FADA5 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 173 | 165 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.32 |
| HSL | 175.64º | 0.47% | 0.46% | - |
| HSV(B) | 175.64º | 0.64% | 0.68% | - |
| XYZ | 23.79 | 33.66 | 40.84 | - |
| YUV | 139.2 | 142.56 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 165 | 0.64 | 0 | 0.05 | 0.32 | 175.64 | 0.47 | 0.46 |
| Hex | 3F | AD | A5 | 40 | 0 | 5 | 20 | B0 | 2F | 2E |
| Octal | 77 | 255 | 245 | 100 | 0 | 5 | 40 | 260 | 57 | 56 |
| Binary | 111111 | 10101101 | 10100101 | 1000000 | 0 | 101 | 100000 | 10110000 | 101111 | 101110 |
Color Harmonies of #3FADA5
Complementary color
Monochromatic Colors of #3FADA5
Black with #3FADA5
Text Example
Text Example
White with #3FADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FADA5; }
p { color: rgb(63,173,165); }
H1.HeaderClassName
{
color: #3FADA5;
}
.AnyTagClassName
{
color: #3FADA5;
}
</style>
background-color css
<style>
a { background-color: #3FADA5; }
a { background-color: rgb(63,173,165); }
div.DivClassName
{
background-color: #3FADA5;
}
.BgClassName
{
background-color: #3FADA5;
}
</style>
border-color css
<style>
span { border-color: #3FADA5; }
span { border-color: rgb(63,173,165); }
td.TdClassName
{
border-color: #3FADA5;
}
.TagClassName
{
border-color: #3FADA5;
}
</style>