Shades of Light Sea Green #2FC1BD
Tints of Light Sea Green #2FC1BD
RGB
CMYK
RGB Variations
Color information
#2FC1BD (or 0x2FC1BD) is known color: Light Sea Green. HEX triplet: 2F, C1 and BD. RGB value is (47,193,189). Sum of RGB (Red+Green+Blue) = 47+193+189=429 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.96% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC1BD is #D03E42. Grayscale: #949494. Windows color (decimal): -13647427 or 12435759. OLE color: 12435759.
HSL color Cylindrical-coordinate representation of color #2FC1BD: hue angle of 178.36º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC1BD is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 193 | 189 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.24 |
| HSL | 178.36º | 0.61% | 0.47% | - |
| HSV(B) | 178.36º | 0.76% | 0.76% | - |
| XYZ | 29.43 | 42.42 | 54.78 | - |
| YUV | 148.89 | 150.63 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 193 | 189 | 0.76 | 0 | 0.02 | 0.24 | 178.36 | 0.61 | 0.47 |
| Hex | 2F | C1 | BD | 4C | 0 | 2 | 18 | B2 | 3D | 2F |
| Octal | 57 | 301 | 275 | 114 | 0 | 2 | 30 | 262 | 75 | 57 |
| Binary | 101111 | 11000001 | 10111101 | 1001100 | 0 | 10 | 11000 | 10110010 | 111101 | 101111 |
Color Harmonies of #2FC1BD
Complementary color
Monochromatic Colors of #2FC1BD
Black with #2FC1BD
Text Example
Text Example
White with #2FC1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC1BD; }
p { color: rgb(47,193,189); }
H1.HeaderClassName
{
color: #2FC1BD;
}
.AnyTagClassName
{
color: #2FC1BD;
}
</style>
background-color css
<style>
a { background-color: #2FC1BD; }
a { background-color: rgb(47,193,189); }
div.DivClassName
{
background-color: #2FC1BD;
}
.BgClassName
{
background-color: #2FC1BD;
}
</style>
border-color css
<style>
span { border-color: #2FC1BD; }
span { border-color: rgb(47,193,189); }
td.TdClassName
{
border-color: #2FC1BD;
}
.TagClassName
{
border-color: #2FC1BD;
}
</style>