Shades of Light Sea Green #3FADAE
Tints of Light Sea Green #3FADAE
RGB
CMYK
RGB Variations
Color information
#3FADAE (or 0x3FADAE) is known color: Light Sea Green. HEX triplet: 3F, AD and AE. RGB value is (63,173,174). Sum of RGB (Red+Green+Blue) = 63+173+174=410 (54% of max value = 765). Red value is 63 (25% from 255 or 15.37% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #3FADAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FADAE is #C05251. Grayscale: #8C8C8C. Windows color (decimal): -12603986 or 11447615. OLE color: 11447615.
HSL color Cylindrical-coordinate representation of color #3FADAE: hue angle of 180.54º 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 #3FADAE is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 173 | 174 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.32 |
| HSL | 180.54º | 0.47% | 0.46% | - |
| HSV(B) | 180.54º | 0.64% | 0.68% | - |
| XYZ | 24.63 | 34 | 45.31 | - |
| YUV | 140.22 | 147.06 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 174 | 0.64 | 0.01 | 0 | 0.32 | 180.54 | 0.47 | 0.46 |
| Hex | 3F | AD | AE | 40 | 1 | 0 | 20 | B5 | 2F | 2E |
| Octal | 77 | 255 | 256 | 100 | 1 | 0 | 40 | 265 | 57 | 56 |
| Binary | 111111 | 10101101 | 10101110 | 1000000 | 1 | 0 | 100000 | 10110101 | 101111 | 101110 |
Color Harmonies of #3FADAE
Complementary color
Monochromatic Colors of #3FADAE
Black with #3FADAE
Text Example
Text Example
White with #3FADAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FADAE; }
p { color: rgb(63,173,174); }
H1.HeaderClassName
{
color: #3FADAE;
}
.AnyTagClassName
{
color: #3FADAE;
}
</style>
background-color css
<style>
a { background-color: #3FADAE; }
a { background-color: rgb(63,173,174); }
div.DivClassName
{
background-color: #3FADAE;
}
.BgClassName
{
background-color: #3FADAE;
}
</style>
border-color css
<style>
span { border-color: #3FADAE; }
span { border-color: rgb(63,173,174); }
td.TdClassName
{
border-color: #3FADAE;
}
.TagClassName
{
border-color: #3FADAE;
}
</style>