Shades of Light Sea Green #3FB3AF
Tints of Light Sea Green #3FB3AF
RGB
CMYK
RGB Variations
Color information
#3FB3AF (or 0x3FB3AF) is known color: Light Sea Green. HEX triplet: 3F, B3 and AF. RGB value is (63,179,175). Sum of RGB (Red+Green+Blue) = 63+179+175=417 (55% of max value = 765). Red value is 63 (25% from 255 or 15.11% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 179 - color contains mainly: green. Hex color #3FB3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB3AF is #C04C50. Grayscale: #8F8F8F. Windows color (decimal): -12602449 or 11514687. OLE color: 11514687.
HSL color Cylindrical-coordinate representation of color #3FB3AF: hue angle of 177.93º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB3AF is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 179 | 175 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.30 |
| HSL | 177.93º | 0.48% | 0.47% | - |
| HSV(B) | 177.93º | 0.65% | 0.7% | - |
| XYZ | 25.91 | 36.39 | 46.22 | - |
| YUV | 143.86 | 145.57 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 179 | 175 | 0.65 | 0 | 0.02 | 0.30 | 177.93 | 0.48 | 0.47 |
| Hex | 3F | B3 | AF | 41 | 0 | 2 | 1E | B2 | 30 | 2F |
| Octal | 77 | 263 | 257 | 101 | 0 | 2 | 36 | 262 | 60 | 57 |
| Binary | 111111 | 10110011 | 10101111 | 1000001 | 0 | 10 | 11110 | 10110010 | 110000 | 101111 |
Color Harmonies of #3FB3AF
Complementary color
Monochromatic Colors of #3FB3AF
Black with #3FB3AF
Text Example
Text Example
White with #3FB3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB3AF; }
p { color: rgb(63,179,175); }
H1.HeaderClassName
{
color: #3FB3AF;
}
.AnyTagClassName
{
color: #3FB3AF;
}
</style>
background-color css
<style>
a { background-color: #3FB3AF; }
a { background-color: rgb(63,179,175); }
div.DivClassName
{
background-color: #3FB3AF;
}
.BgClassName
{
background-color: #3FB3AF;
}
</style>
border-color css
<style>
span { border-color: #3FB3AF; }
span { border-color: rgb(63,179,175); }
td.TdClassName
{
border-color: #3FB3AF;
}
.TagClassName
{
border-color: #3FB3AF;
}
</style>