Shades of Light Sea Green #3FB7AF
Tints of Light Sea Green #3FB7AF
RGB
CMYK
RGB Variations
Color information
#3FB7AF (or 0x3FB7AF) is known color: Light Sea Green. HEX triplet: 3F, B7 and AF. RGB value is (63,183,175). Sum of RGB (Red+Green+Blue) = 63+183+175=421 (55% of max value = 765). Red value is 63 (25% from 255 or 14.96% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 183 - color contains mainly: green. Hex color #3FB7AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB7AF is #C04850. Grayscale: #929292. Windows color (decimal): -12601425 or 11515711. OLE color: 11515711.
HSL color Cylindrical-coordinate representation of color #3FB7AF: hue angle of 176º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB7AF is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 183 | 175 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.28 |
| HSL | 176º | 0.49% | 0.48% | - |
| HSV(B) | 176º | 0.66% | 0.72% | - |
| XYZ | 26.72 | 38.02 | 46.49 | - |
| YUV | 146.21 | 144.24 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 183 | 175 | 0.66 | 0 | 0.04 | 0.28 | 176 | 0.49 | 0.48 |
| Hex | 3F | B7 | AF | 42 | 0 | 4 | 1C | B0 | 31 | 30 |
| Octal | 77 | 267 | 257 | 102 | 0 | 4 | 34 | 260 | 61 | 60 |
| Binary | 111111 | 10110111 | 10101111 | 1000010 | 0 | 100 | 11100 | 10110000 | 110001 | 110000 |
Color Harmonies of #3FB7AF
Complementary color
Monochromatic Colors of #3FB7AF
Black with #3FB7AF
Text Example
Text Example
White with #3FB7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB7AF; }
p { color: rgb(63,183,175); }
H1.HeaderClassName
{
color: #3FB7AF;
}
.AnyTagClassName
{
color: #3FB7AF;
}
</style>
background-color css
<style>
a { background-color: #3FB7AF; }
a { background-color: rgb(63,183,175); }
div.DivClassName
{
background-color: #3FB7AF;
}
.BgClassName
{
background-color: #3FB7AF;
}
</style>
border-color css
<style>
span { border-color: #3FB7AF; }
span { border-color: rgb(63,183,175); }
td.TdClassName
{
border-color: #3FB7AF;
}
.TagClassName
{
border-color: #3FB7AF;
}
</style>