Shades of Light Sea Green #2FB7BA
Tints of Light Sea Green #2FB7BA
RGB
CMYK
RGB Variations
Color information
#2FB7BA (or 0x2FB7BA) is known color: Light Sea Green. HEX triplet: 2F, B7 and BA. RGB value is (47,183,186). Sum of RGB (Red+Green+Blue) = 47+183+186=416 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.30% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #2FB7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB7BA is #D04845. Grayscale: #8E8E8E. Windows color (decimal): -13649990 or 12236591. OLE color: 12236591.
HSL color Cylindrical-coordinate representation of color #2FB7BA: hue angle of 181.29º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB7BA is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 183 | 186 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.27 |
| HSL | 181.3º | 0.6% | 0.46% | - |
| HSV(B) | 181.3º | 0.75% | 0.73% | - |
| XYZ | 26.97 | 38.02 | 52.37 | - |
| YUV | 142.68 | 152.44 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 183 | 186 | 0.75 | 0.02 | 0 | 0.27 | 181.3 | 0.6 | 0.46 |
| Hex | 2F | B7 | BA | 4B | 2 | 0 | 1B | B5 | 3C | 2E |
| Octal | 57 | 267 | 272 | 113 | 2 | 0 | 33 | 265 | 74 | 56 |
| Binary | 101111 | 10110111 | 10111010 | 1001011 | 10 | 0 | 11011 | 10110101 | 111100 | 101110 |
Color Harmonies of #2FB7BA
Complementary color
Monochromatic Colors of #2FB7BA
Black with #2FB7BA
Text Example
Text Example
White with #2FB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB7BA; }
p { color: rgb(47,183,186); }
H1.HeaderClassName
{
color: #2FB7BA;
}
.AnyTagClassName
{
color: #2FB7BA;
}
</style>
background-color css
<style>
a { background-color: #2FB7BA; }
a { background-color: rgb(47,183,186); }
div.DivClassName
{
background-color: #2FB7BA;
}
.BgClassName
{
background-color: #2FB7BA;
}
</style>
border-color css
<style>
span { border-color: #2FB7BA; }
span { border-color: rgb(47,183,186); }
td.TdClassName
{
border-color: #2FB7BA;
}
.TagClassName
{
border-color: #2FB7BA;
}
</style>