Shades of Light Sea Green #3FB1AF
Tints of Light Sea Green #3FB1AF
RGB
CMYK
RGB Variations
Color information
#3FB1AF (or 0x3FB1AF) is known color: Light Sea Green. HEX triplet: 3F, B1 and AF. RGB value is (63,177,175). Sum of RGB (Red+Green+Blue) = 63+177+175=415 (54% of max value = 765). Red value is 63 (25% from 255 or 15.18% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 177 - color contains mainly: green. Hex color #3FB1AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FB1AF is #C04E50. Grayscale: #8E8E8E. Windows color (decimal): -12602961 or 11514175. OLE color: 11514175.
HSL color Cylindrical-coordinate representation of color #3FB1AF: hue angle of 178.95º 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 #3FB1AF is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 177 | 175 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.31 |
| HSL | 178.95º | 0.48% | 0.47% | - |
| HSV(B) | 178.95º | 0.64% | 0.69% | - |
| XYZ | 25.51 | 35.6 | 46.08 | - |
| YUV | 142.69 | 146.23 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 177 | 175 | 0.64 | 0 | 0.01 | 0.31 | 178.95 | 0.48 | 0.47 |
| Hex | 3F | B1 | AF | 40 | 0 | 1 | 1F | B3 | 30 | 2F |
| Octal | 77 | 261 | 257 | 100 | 0 | 1 | 37 | 263 | 60 | 57 |
| Binary | 111111 | 10110001 | 10101111 | 1000000 | 0 | 1 | 11111 | 10110011 | 110000 | 101111 |
Color Harmonies of #3FB1AF
Complementary color
Monochromatic Colors of #3FB1AF
Black with #3FB1AF
Text Example
Text Example
White with #3FB1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB1AF; }
p { color: rgb(63,177,175); }
H1.HeaderClassName
{
color: #3FB1AF;
}
.AnyTagClassName
{
color: #3FB1AF;
}
</style>
background-color css
<style>
a { background-color: #3FB1AF; }
a { background-color: rgb(63,177,175); }
div.DivClassName
{
background-color: #3FB1AF;
}
.BgClassName
{
background-color: #3FB1AF;
}
</style>
border-color css
<style>
span { border-color: #3FB1AF; }
span { border-color: rgb(63,177,175); }
td.TdClassName
{
border-color: #3FB1AF;
}
.TagClassName
{
border-color: #3FB1AF;
}
</style>