Shades of Light Sea Green #3FACA7
Tints of Light Sea Green #3FACA7
RGB
CMYK
RGB Variations
Color information
#3FACA7 (or 0x3FACA7) is known color: Light Sea Green. HEX triplet: 3F, AC and A7. RGB value is (63,172,167). Sum of RGB (Red+Green+Blue) = 63+172+167=402 (53% of max value = 765). Red value is 63 (25% from 255 or 15.67% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 172 - color contains mainly: green. Hex color #3FACA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FACA7 is #C05358. Grayscale: #8A8A8A. Windows color (decimal): -12604249 or 10988607. OLE color: 10988607.
HSL color Cylindrical-coordinate representation of color #3FACA7: hue angle of 177.25º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FACA7 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 167 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.33 |
| HSL | 177.25º | 0.46% | 0.46% | - |
| HSV(B) | 177.25º | 0.63% | 0.67% | - |
| XYZ | 23.78 | 33.35 | 41.74 | - |
| YUV | 138.84 | 143.89 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 167 | 0.63 | 0 | 0.03 | 0.33 | 177.25 | 0.46 | 0.46 |
| Hex | 3F | AC | A7 | 3F | 0 | 3 | 21 | B1 | 2E | 2E |
| Octal | 77 | 254 | 247 | 77 | 0 | 3 | 41 | 261 | 56 | 56 |
| Binary | 111111 | 10101100 | 10100111 | 111111 | 0 | 11 | 100001 | 10110001 | 101110 | 101110 |
Color Harmonies of #3FACA7
Complementary color
Monochromatic Colors of #3FACA7
Black with #3FACA7
Text Example
Text Example
White with #3FACA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FACA7; }
p { color: rgb(63,172,167); }
H1.HeaderClassName
{
color: #3FACA7;
}
.AnyTagClassName
{
color: #3FACA7;
}
</style>
background-color css
<style>
a { background-color: #3FACA7; }
a { background-color: rgb(63,172,167); }
div.DivClassName
{
background-color: #3FACA7;
}
.BgClassName
{
background-color: #3FACA7;
}
</style>
border-color css
<style>
span { border-color: #3FACA7; }
span { border-color: rgb(63,172,167); }
td.TdClassName
{
border-color: #3FACA7;
}
.TagClassName
{
border-color: #3FACA7;
}
</style>