Shades of Light Sea Green #3FB0AF
Tints of Light Sea Green #3FB0AF
RGB
CMYK
RGB Variations
Color information
#3FB0AF (or 0x3FB0AF) is known color: Light Sea Green. HEX triplet: 3F, B0 and AF. RGB value is (63,176,175). Sum of RGB (Red+Green+Blue) = 63+176+175=414 (54% of max value = 765). Red value is 63 (25% from 255 or 15.22% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 176 - color contains mainly: green. Hex color #3FB0AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FB0AF is #C04F50. Grayscale: #8D8D8D. Windows color (decimal): -12603217 or 11513919. OLE color: 11513919.
HSL color Cylindrical-coordinate representation of color #3FB0AF: hue angle of 179.47º 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 #3FB0AF is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 176 | 175 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.31 |
| HSL | 179.47º | 0.47% | 0.47% | - |
| HSV(B) | 179.47º | 0.64% | 0.69% | - |
| XYZ | 25.31 | 35.2 | 46.02 | - |
| YUV | 142.1 | 146.56 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 176 | 175 | 0.64 | 0 | 0.01 | 0.31 | 179.47 | 0.47 | 0.47 |
| Hex | 3F | B0 | AF | 40 | 0 | 1 | 1F | B3 | 2F | 2F |
| Octal | 77 | 260 | 257 | 100 | 0 | 1 | 37 | 263 | 57 | 57 |
| Binary | 111111 | 10110000 | 10101111 | 1000000 | 0 | 1 | 11111 | 10110011 | 101111 | 101111 |
Color Harmonies of #3FB0AF
Complementary color
Monochromatic Colors of #3FB0AF
Black with #3FB0AF
Text Example
Text Example
White with #3FB0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB0AF; }
p { color: rgb(63,176,175); }
H1.HeaderClassName
{
color: #3FB0AF;
}
.AnyTagClassName
{
color: #3FB0AF;
}
</style>
background-color css
<style>
a { background-color: #3FB0AF; }
a { background-color: rgb(63,176,175); }
div.DivClassName
{
background-color: #3FB0AF;
}
.BgClassName
{
background-color: #3FB0AF;
}
</style>
border-color css
<style>
span { border-color: #3FB0AF; }
span { border-color: rgb(63,176,175); }
td.TdClassName
{
border-color: #3FB0AF;
}
.TagClassName
{
border-color: #3FB0AF;
}
</style>