Shades of Light Sea Green #2FB4BB
Tints of Light Sea Green #2FB4BB
RGB
CMYK
RGB Variations
Color information
#2FB4BB (or 0x2FB4BB) is known color: Light Sea Green. HEX triplet: 2F, B4 and BB. RGB value is (47,180,187). Sum of RGB (Red+Green+Blue) = 47+180+187=414 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.35% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #2FB4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB4BB is #D04B44. Grayscale: #8C8C8C. Windows color (decimal): -13650757 or 12301359. OLE color: 12301359.
HSL color Cylindrical-coordinate representation of color #2FB4BB: hue angle of 183º 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 #2FB4BB is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 180 | 187 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.27 |
| HSL | 183º | 0.6% | 0.46% | - |
| HSV(B) | 183º | 0.75% | 0.73% | - |
| XYZ | 26.46 | 36.83 | 52.73 | - |
| YUV | 141.03 | 153.94 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 180 | 187 | 0.75 | 0.04 | 0 | 0.27 | 183 | 0.6 | 0.46 |
| Hex | 2F | B4 | BB | 4B | 4 | 0 | 1B | B7 | 3C | 2E |
| Octal | 57 | 264 | 273 | 113 | 4 | 0 | 33 | 267 | 74 | 56 |
| Binary | 101111 | 10110100 | 10111011 | 1001011 | 100 | 0 | 11011 | 10110111 | 111100 | 101110 |
Color Harmonies of #2FB4BB
Complementary color
Monochromatic Colors of #2FB4BB
Black with #2FB4BB
Text Example
Text Example
White with #2FB4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB4BB; }
p { color: rgb(47,180,187); }
H1.HeaderClassName
{
color: #2FB4BB;
}
.AnyTagClassName
{
color: #2FB4BB;
}
</style>
background-color css
<style>
a { background-color: #2FB4BB; }
a { background-color: rgb(47,180,187); }
div.DivClassName
{
background-color: #2FB4BB;
}
.BgClassName
{
background-color: #2FB4BB;
}
</style>
border-color css
<style>
span { border-color: #2FB4BB; }
span { border-color: rgb(47,180,187); }
td.TdClassName
{
border-color: #2FB4BB;
}
.TagClassName
{
border-color: #2FB4BB;
}
</style>