Shades of Light Sea Green #3FACA4
Tints of Light Sea Green #3FACA4
RGB
CMYK
RGB Variations
Color information
#3FACA4 (or 0x3FACA4) is known color: Light Sea Green. HEX triplet: 3F, AC and A4. RGB value is (63,172,164). Sum of RGB (Red+Green+Blue) = 63+172+164=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #3FACA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FACA4 is #C0535B. Grayscale: #8A8A8A. Windows color (decimal): -12604252 or 10791999. OLE color: 10791999.
HSL color Cylindrical-coordinate representation of color #3FACA4: hue angle of 175.6º 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 #3FACA4 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 164 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.33 |
| HSL | 175.6º | 0.46% | 0.46% | - |
| HSV(B) | 175.6º | 0.63% | 0.67% | - |
| XYZ | 23.5 | 33.24 | 40.3 | - |
| YUV | 138.5 | 142.39 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 164 | 0.63 | 0 | 0.05 | 0.33 | 175.6 | 0.46 | 0.46 |
| Hex | 3F | AC | A4 | 3F | 0 | 5 | 21 | B0 | 2E | 2E |
| Octal | 77 | 254 | 244 | 77 | 0 | 5 | 41 | 260 | 56 | 56 |
| Binary | 111111 | 10101100 | 10100100 | 111111 | 0 | 101 | 100001 | 10110000 | 101110 | 101110 |
Color Harmonies of #3FACA4
Complementary color
Monochromatic Colors of #3FACA4
Black with #3FACA4
Text Example
Text Example
White with #3FACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FACA4; }
p { color: rgb(63,172,164); }
H1.HeaderClassName
{
color: #3FACA4;
}
.AnyTagClassName
{
color: #3FACA4;
}
</style>
background-color css
<style>
a { background-color: #3FACA4; }
a { background-color: rgb(63,172,164); }
div.DivClassName
{
background-color: #3FACA4;
}
.BgClassName
{
background-color: #3FACA4;
}
</style>
border-color css
<style>
span { border-color: #3FACA4; }
span { border-color: rgb(63,172,164); }
td.TdClassName
{
border-color: #3FACA4;
}
.TagClassName
{
border-color: #3FACA4;
}
</style>