Shades of Light Sea Green #3FAFAE
Tints of Light Sea Green #3FAFAE
RGB
CMYK
RGB Variations
Color information
#3FAFAE (or 0x3FAFAE) is known color: Light Sea Green. HEX triplet: 3F, AF and AE. RGB value is (63,175,174). Sum of RGB (Red+Green+Blue) = 63+175+174=412 (54% of max value = 765). Red value is 63 (25% from 255 or 15.29% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAFAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAFAE is #C05051. Grayscale: #8D8D8D. Windows color (decimal): -12603474 or 11448127. OLE color: 11448127.
HSL color Cylindrical-coordinate representation of color #3FAFAE: hue angle of 179.46º 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 #3FAFAE is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 175 | 174 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.31 |
| HSL | 179.46º | 0.47% | 0.47% | - |
| HSV(B) | 179.46º | 0.64% | 0.69% | - |
| XYZ | 25.02 | 34.77 | 45.44 | - |
| YUV | 141.4 | 146.39 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 174 | 0.64 | 0 | 0.01 | 0.31 | 179.46 | 0.47 | 0.47 |
| Hex | 3F | AF | AE | 40 | 0 | 1 | 1F | B3 | 2F | 2F |
| Octal | 77 | 257 | 256 | 100 | 0 | 1 | 37 | 263 | 57 | 57 |
| Binary | 111111 | 10101111 | 10101110 | 1000000 | 0 | 1 | 11111 | 10110011 | 101111 | 101111 |
Color Harmonies of #3FAFAE
Complementary color
Monochromatic Colors of #3FAFAE
Black with #3FAFAE
Text Example
Text Example
White with #3FAFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAFAE; }
p { color: rgb(63,175,174); }
H1.HeaderClassName
{
color: #3FAFAE;
}
.AnyTagClassName
{
color: #3FAFAE;
}
</style>
background-color css
<style>
a { background-color: #3FAFAE; }
a { background-color: rgb(63,175,174); }
div.DivClassName
{
background-color: #3FAFAE;
}
.BgClassName
{
background-color: #3FAFAE;
}
</style>
border-color css
<style>
span { border-color: #3FAFAE; }
span { border-color: rgb(63,175,174); }
td.TdClassName
{
border-color: #3FAFAE;
}
.TagClassName
{
border-color: #3FAFAE;
}
</style>