Shades of Light Sea Green #3FACAC
Tints of Light Sea Green #3FACAC
RGB
CMYK
RGB Variations
Color information
#3FACAC (or 0x3FACAC) is known color: Light Sea Green. HEX triplet: 3F, AC and AC. RGB value is (63,172,172). Sum of RGB (Red+Green+Blue) = 63+172+172=407 (53% of max value = 765). Red value is 63 (25% from 255 or 15.48% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #3FACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FACAC is #C05353. Grayscale: #8B8B8B. Windows color (decimal): -12604244 or 11316287. OLE color: 11316287.
HSL color Cylindrical-coordinate representation of color #3FACAC: hue angle of 180º 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 #3FACAC is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 172 | - |
| CMYK | 0.63 | 0 | 0 | 0.33 |
| HSL | 180º | 0.46% | 0.46% | - |
| HSV(B) | 180º | 0.63% | 0.67% | - |
| XYZ | 24.25 | 33.54 | 44.23 | - |
| YUV | 139.41 | 146.39 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 172 | 0.63 | 0 | 0 | 0.33 | 180 | 0.46 | 0.46 |
| Hex | 3F | AC | AC | 3F | 0 | 0 | 21 | B4 | 2E | 2E |
| Octal | 77 | 254 | 254 | 77 | 0 | 0 | 41 | 264 | 56 | 56 |
| Binary | 111111 | 10101100 | 10101100 | 111111 | 0 | 0 | 100001 | 10110100 | 101110 | 101110 |
Color Harmonies of #3FACAC
Complementary color
Monochromatic Colors of #3FACAC
Black with #3FACAC
Text Example
Text Example
White with #3FACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FACAC; }
p { color: rgb(63,172,172); }
H1.HeaderClassName
{
color: #3FACAC;
}
.AnyTagClassName
{
color: #3FACAC;
}
</style>
background-color css
<style>
a { background-color: #3FACAC; }
a { background-color: rgb(63,172,172); }
div.DivClassName
{
background-color: #3FACAC;
}
.BgClassName
{
background-color: #3FACAC;
}
</style>
border-color css
<style>
span { border-color: #3FACAC; }
span { border-color: rgb(63,172,172); }
td.TdClassName
{
border-color: #3FACAC;
}
.TagClassName
{
border-color: #3FACAC;
}
</style>