Shades of Light Sea Green #2FC0BE
Tints of Light Sea Green #2FC0BE
RGB
CMYK
RGB Variations
Color information
#2FC0BE (or 0x2FC0BE) is known color: Light Sea Green. HEX triplet: 2F, C0 and BE. RGB value is (47,192,190). Sum of RGB (Red+Green+Blue) = 47+192+190=429 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.96% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC0BE is #D03F41. Grayscale: #949494. Windows color (decimal): -13647682 or 12501039. OLE color: 12501039.
HSL color Cylindrical-coordinate representation of color #2FC0BE: hue angle of 179.17º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC0BE is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 190 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.25 |
| HSL | 179.17º | 0.61% | 0.47% | - |
| HSV(B) | 179.17º | 0.76% | 0.75% | - |
| XYZ | 29.32 | 42.02 | 55.28 | - |
| YUV | 148.42 | 151.46 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 190 | 0.76 | 0 | 0.01 | 0.25 | 179.17 | 0.61 | 0.47 |
| Hex | 2F | C0 | BE | 4C | 0 | 1 | 19 | B3 | 3D | 2F |
| Octal | 57 | 300 | 276 | 114 | 0 | 1 | 31 | 263 | 75 | 57 |
| Binary | 101111 | 11000000 | 10111110 | 1001100 | 0 | 1 | 11001 | 10110011 | 111101 | 101111 |
Color Harmonies of #2FC0BE
Complementary color
Monochromatic Colors of #2FC0BE
Black with #2FC0BE
Text Example
Text Example
White with #2FC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC0BE; }
p { color: rgb(47,192,190); }
H1.HeaderClassName
{
color: #2FC0BE;
}
.AnyTagClassName
{
color: #2FC0BE;
}
</style>
background-color css
<style>
a { background-color: #2FC0BE; }
a { background-color: rgb(47,192,190); }
div.DivClassName
{
background-color: #2FC0BE;
}
.BgClassName
{
background-color: #2FC0BE;
}
</style>
border-color css
<style>
span { border-color: #2FC0BE; }
span { border-color: rgb(47,192,190); }
td.TdClassName
{
border-color: #2FC0BE;
}
.TagClassName
{
border-color: #2FC0BE;
}
</style>