Shades of Light Sea Green #3FAAA5
Tints of Light Sea Green #3FAAA5
RGB
CMYK
RGB Variations
Color information
#3FAAA5 (or 0x3FAAA5) is known color: Light Sea Green. HEX triplet: 3F, AA and A5. RGB value is (63,170,165). Sum of RGB (Red+Green+Blue) = 63+170+165=398 (52% of max value = 765). Red value is 63 (25% from 255 or 15.83% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAAA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAAA5 is #C0555A. Grayscale: #898989. Windows color (decimal): -12604763 or 10857023. OLE color: 10857023.
HSL color Cylindrical-coordinate representation of color #3FAAA5: hue angle of 177.2º 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 #3FAAA5 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 170 | 165 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.33 |
| HSL | 177.2º | 0.46% | 0.46% | - |
| HSV(B) | 177.2º | 0.63% | 0.67% | - |
| XYZ | 23.22 | 32.52 | 40.65 | - |
| YUV | 137.44 | 143.55 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 165 | 0.63 | 0 | 0.03 | 0.33 | 177.2 | 0.46 | 0.46 |
| Hex | 3F | AA | A5 | 3F | 0 | 3 | 21 | B1 | 2E | 2E |
| Octal | 77 | 252 | 245 | 77 | 0 | 3 | 41 | 261 | 56 | 56 |
| Binary | 111111 | 10101010 | 10100101 | 111111 | 0 | 11 | 100001 | 10110001 | 101110 | 101110 |
Color Harmonies of #3FAAA5
Complementary color
Monochromatic Colors of #3FAAA5
Black with #3FAAA5
Text Example
Text Example
White with #3FAAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAAA5; }
p { color: rgb(63,170,165); }
H1.HeaderClassName
{
color: #3FAAA5;
}
.AnyTagClassName
{
color: #3FAAA5;
}
</style>
background-color css
<style>
a { background-color: #3FAAA5; }
a { background-color: rgb(63,170,165); }
div.DivClassName
{
background-color: #3FAAA5;
}
.BgClassName
{
background-color: #3FAAA5;
}
</style>
border-color css
<style>
span { border-color: #3FAAA5; }
span { border-color: rgb(63,170,165); }
td.TdClassName
{
border-color: #3FAAA5;
}
.TagClassName
{
border-color: #3FAAA5;
}
</style>