Shades of Light Sea Green #2FB4BA
Tints of Light Sea Green #2FB4BA
RGB
CMYK
RGB Variations
Color information
#2FB4BA (or 0x2FB4BA) is known color: Light Sea Green. HEX triplet: 2F, B4 and BA. RGB value is (47,180,186). Sum of RGB (Red+Green+Blue) = 47+180+186=413 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.38% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #2FB4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB4BA is #D04B45. Grayscale: #8C8C8C. Windows color (decimal): -13650758 or 12235823. OLE color: 12235823.
HSL color Cylindrical-coordinate representation of color #2FB4BA: hue angle of 182.59º 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 #2FB4BA is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 180 | 186 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.27 |
| HSL | 182.59º | 0.6% | 0.46% | - |
| HSV(B) | 182.59º | 0.75% | 0.73% | - |
| XYZ | 26.36 | 36.79 | 52.17 | - |
| YUV | 140.92 | 153.44 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 180 | 186 | 0.75 | 0.03 | 0 | 0.27 | 182.59 | 0.6 | 0.46 |
| Hex | 2F | B4 | BA | 4B | 3 | 0 | 1B | B7 | 3C | 2E |
| Octal | 57 | 264 | 272 | 113 | 3 | 0 | 33 | 267 | 74 | 56 |
| Binary | 101111 | 10110100 | 10111010 | 1001011 | 11 | 0 | 11011 | 10110111 | 111100 | 101110 |
Color Harmonies of #2FB4BA
Complementary color
Monochromatic Colors of #2FB4BA
Black with #2FB4BA
Text Example
Text Example
White with #2FB4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB4BA; }
p { color: rgb(47,180,186); }
H1.HeaderClassName
{
color: #2FB4BA;
}
.AnyTagClassName
{
color: #2FB4BA;
}
</style>
background-color css
<style>
a { background-color: #2FB4BA; }
a { background-color: rgb(47,180,186); }
div.DivClassName
{
background-color: #2FB4BA;
}
.BgClassName
{
background-color: #2FB4BA;
}
</style>
border-color css
<style>
span { border-color: #2FB4BA; }
span { border-color: rgb(47,180,186); }
td.TdClassName
{
border-color: #2FB4BA;
}
.TagClassName
{
border-color: #2FB4BA;
}
</style>