Shades of Light Sea Green #2FB4BC
Tints of Light Sea Green #2FB4BC
RGB
CMYK
RGB Variations
Color information
#2FB4BC (or 0x2FB4BC) is known color: Light Sea Green. HEX triplet: 2F, B4 and BC. RGB value is (47,180,188). Sum of RGB (Red+Green+Blue) = 47+180+188=415 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.33% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #2FB4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB4BC is #D04B43. Grayscale: #8C8C8C. Windows color (decimal): -13650756 or 12366895. OLE color: 12366895.
HSL color Cylindrical-coordinate representation of color #2FB4BC: hue angle of 183.4º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB4BC is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 180 | 188 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.26 |
| HSL | 183.4º | 0.6% | 0.46% | - |
| HSV(B) | 183.4º | 0.75% | 0.74% | - |
| XYZ | 26.57 | 36.88 | 53.29 | - |
| YUV | 141.15 | 154.44 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 180 | 188 | 0.75 | 0.04 | 0 | 0.26 | 183.4 | 0.6 | 0.46 |
| Hex | 2F | B4 | BC | 4B | 4 | 0 | 1A | B7 | 3C | 2E |
| Octal | 57 | 264 | 274 | 113 | 4 | 0 | 32 | 267 | 74 | 56 |
| Binary | 101111 | 10110100 | 10111100 | 1001011 | 100 | 0 | 11010 | 10110111 | 111100 | 101110 |
Color Harmonies of #2FB4BC
Complementary color
Monochromatic Colors of #2FB4BC
Black with #2FB4BC
Text Example
Text Example
White with #2FB4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB4BC; }
p { color: rgb(47,180,188); }
H1.HeaderClassName
{
color: #2FB4BC;
}
.AnyTagClassName
{
color: #2FB4BC;
}
</style>
background-color css
<style>
a { background-color: #2FB4BC; }
a { background-color: rgb(47,180,188); }
div.DivClassName
{
background-color: #2FB4BC;
}
.BgClassName
{
background-color: #2FB4BC;
}
</style>
border-color css
<style>
span { border-color: #2FB4BC; }
span { border-color: rgb(47,180,188); }
td.TdClassName
{
border-color: #2FB4BC;
}
.TagClassName
{
border-color: #2FB4BC;
}
</style>