Shades of Light Sea Green #3FAFAD
Tints of Light Sea Green #3FAFAD
RGB
CMYK
RGB Variations
Color information
#3FAFAD (or 0x3FAFAD) is known color: Light Sea Green. HEX triplet: 3F, AF and AD. RGB value is (63,175,173). Sum of RGB (Red+Green+Blue) = 63+175+173=411 (54% of max value = 765). Red value is 63 (25% from 255 or 15.33% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAFAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAFAD is #C05052. Grayscale: #8D8D8D. Windows color (decimal): -12603475 or 11382591. OLE color: 11382591.
HSL color Cylindrical-coordinate representation of color #3FAFAD: hue angle of 178.93º 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 #3FAFAD is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 175 | 173 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.31 |
| HSL | 178.93º | 0.47% | 0.47% | - |
| HSV(B) | 178.93º | 0.64% | 0.69% | - |
| XYZ | 24.92 | 34.73 | 44.93 | - |
| YUV | 141.28 | 145.89 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 173 | 0.64 | 0 | 0.01 | 0.31 | 178.93 | 0.47 | 0.47 |
| Hex | 3F | AF | AD | 40 | 0 | 1 | 1F | B3 | 2F | 2F |
| Octal | 77 | 257 | 255 | 100 | 0 | 1 | 37 | 263 | 57 | 57 |
| Binary | 111111 | 10101111 | 10101101 | 1000000 | 0 | 1 | 11111 | 10110011 | 101111 | 101111 |
Color Harmonies of #3FAFAD
Complementary color
Monochromatic Colors of #3FAFAD
Black with #3FAFAD
Text Example
Text Example
White with #3FAFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAFAD; }
p { color: rgb(63,175,173); }
H1.HeaderClassName
{
color: #3FAFAD;
}
.AnyTagClassName
{
color: #3FAFAD;
}
</style>
background-color css
<style>
a { background-color: #3FAFAD; }
a { background-color: rgb(63,175,173); }
div.DivClassName
{
background-color: #3FAFAD;
}
.BgClassName
{
background-color: #3FAFAD;
}
</style>
border-color css
<style>
span { border-color: #3FAFAD; }
span { border-color: rgb(63,175,173); }
td.TdClassName
{
border-color: #3FAFAD;
}
.TagClassName
{
border-color: #3FAFAD;
}
</style>