Shades of Light Sea Green #3FAEAC
Tints of Light Sea Green #3FAEAC
RGB
CMYK
RGB Variations
Color information
#3FAEAC (or 0x3FAEAC) is known color: Light Sea Green. HEX triplet: 3F, AE and AC. RGB value is (63,174,172). Sum of RGB (Red+Green+Blue) = 63+174+172=409 (54% of max value = 765). Red value is 63 (25% from 255 or 15.40% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 174 - color contains mainly: green. Hex color #3FAEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAEAC is #C05153. Grayscale: #8C8C8C. Windows color (decimal): -12603732 or 11316799. OLE color: 11316799.
HSL color Cylindrical-coordinate representation of color #3FAEAC: hue angle of 178.92º 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 #3FAEAC is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 174 | 172 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.32 |
| HSL | 178.92º | 0.47% | 0.46% | - |
| HSV(B) | 178.92º | 0.64% | 0.68% | - |
| XYZ | 24.63 | 34.31 | 44.35 | - |
| YUV | 140.58 | 145.73 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 174 | 172 | 0.64 | 0 | 0.01 | 0.32 | 178.92 | 0.47 | 0.46 |
| Hex | 3F | AE | AC | 40 | 0 | 1 | 20 | B3 | 2F | 2E |
| Octal | 77 | 256 | 254 | 100 | 0 | 1 | 40 | 263 | 57 | 56 |
| Binary | 111111 | 10101110 | 10101100 | 1000000 | 0 | 1 | 100000 | 10110011 | 101111 | 101110 |
Color Harmonies of #3FAEAC
Complementary color
Monochromatic Colors of #3FAEAC
Black with #3FAEAC
Text Example
Text Example
White with #3FAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAEAC; }
p { color: rgb(63,174,172); }
H1.HeaderClassName
{
color: #3FAEAC;
}
.AnyTagClassName
{
color: #3FAEAC;
}
</style>
background-color css
<style>
a { background-color: #3FAEAC; }
a { background-color: rgb(63,174,172); }
div.DivClassName
{
background-color: #3FAEAC;
}
.BgClassName
{
background-color: #3FAEAC;
}
</style>
border-color css
<style>
span { border-color: #3FAEAC; }
span { border-color: rgb(63,174,172); }
td.TdClassName
{
border-color: #3FAEAC;
}
.TagClassName
{
border-color: #3FAEAC;
}
</style>