Shades of Light Sea Green #3FAEAF
Tints of Light Sea Green #3FAEAF
RGB
CMYK
RGB Variations
Color information
#3FAEAF (or 0x3FAEAF) is known color: Light Sea Green. HEX triplet: 3F, AE and AF. RGB value is (63,174,175). Sum of RGB (Red+Green+Blue) = 63+174+175=412 (54% of max value = 765). Red value is 63 (25% from 255 or 15.29% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #3FAEAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAEAF is #C05150. Grayscale: #8C8C8C. Windows color (decimal): -12603729 or 11513407. OLE color: 11513407.
HSL color Cylindrical-coordinate representation of color #3FAEAF: hue angle of 180.54º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAEAF is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 174 | 175 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.31 |
| HSL | 180.54º | 0.47% | 0.47% | - |
| HSV(B) | 180.54º | 0.64% | 0.69% | - |
| XYZ | 24.92 | 34.42 | 45.89 | - |
| YUV | 140.93 | 147.23 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 174 | 175 | 0.64 | 0.01 | 0 | 0.31 | 180.54 | 0.47 | 0.47 |
| Hex | 3F | AE | AF | 40 | 1 | 0 | 1F | B5 | 2F | 2F |
| Octal | 77 | 256 | 257 | 100 | 1 | 0 | 37 | 265 | 57 | 57 |
| Binary | 111111 | 10101110 | 10101111 | 1000000 | 1 | 0 | 11111 | 10110101 | 101111 | 101111 |
Color Harmonies of #3FAEAF
Complementary color
Monochromatic Colors of #3FAEAF
Black with #3FAEAF
Text Example
Text Example
White with #3FAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAEAF; }
p { color: rgb(63,174,175); }
H1.HeaderClassName
{
color: #3FAEAF;
}
.AnyTagClassName
{
color: #3FAEAF;
}
</style>
background-color css
<style>
a { background-color: #3FAEAF; }
a { background-color: rgb(63,174,175); }
div.DivClassName
{
background-color: #3FAEAF;
}
.BgClassName
{
background-color: #3FAEAF;
}
</style>
border-color css
<style>
span { border-color: #3FAEAF; }
span { border-color: rgb(63,174,175); }
td.TdClassName
{
border-color: #3FAEAF;
}
.TagClassName
{
border-color: #3FAEAF;
}
</style>