Shades of Light Sea Green #3FAEAA
Tints of Light Sea Green #3FAEAA
RGB
CMYK
RGB Variations
Color information
#3FAEAA (or 0x3FAEAA) is known color: Light Sea Green. HEX triplet: 3F, AE and AA. RGB value is (63,174,170). Sum of RGB (Red+Green+Blue) = 63+174+170=407 (53% of max value = 765). Red value is 63 (25% from 255 or 15.48% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #3FAEAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAEAA is #C05155. Grayscale: #8C8C8C. Windows color (decimal): -12603734 or 11185727. OLE color: 11185727.
HSL color Cylindrical-coordinate representation of color #3FAEAA: hue angle of 177.84º 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 #3FAEAA is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 174 | 170 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.32 |
| HSL | 177.84º | 0.47% | 0.46% | - |
| HSV(B) | 177.84º | 0.64% | 0.68% | - |
| XYZ | 24.44 | 34.23 | 43.35 | - |
| YUV | 140.36 | 144.73 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 174 | 170 | 0.64 | 0 | 0.02 | 0.32 | 177.84 | 0.47 | 0.46 |
| Hex | 3F | AE | AA | 40 | 0 | 2 | 20 | B2 | 2F | 2E |
| Octal | 77 | 256 | 252 | 100 | 0 | 2 | 40 | 262 | 57 | 56 |
| Binary | 111111 | 10101110 | 10101010 | 1000000 | 0 | 10 | 100000 | 10110010 | 101111 | 101110 |
Color Harmonies of #3FAEAA
Complementary color
Monochromatic Colors of #3FAEAA
Black with #3FAEAA
Text Example
Text Example
White with #3FAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAEAA; }
p { color: rgb(63,174,170); }
H1.HeaderClassName
{
color: #3FAEAA;
}
.AnyTagClassName
{
color: #3FAEAA;
}
</style>
background-color css
<style>
a { background-color: #3FAEAA; }
a { background-color: rgb(63,174,170); }
div.DivClassName
{
background-color: #3FAEAA;
}
.BgClassName
{
background-color: #3FAEAA;
}
</style>
border-color css
<style>
span { border-color: #3FAEAA; }
span { border-color: rgb(63,174,170); }
td.TdClassName
{
border-color: #3FAEAA;
}
.TagClassName
{
border-color: #3FAEAA;
}
</style>