Shades of Light Sea Green #2FBEC1
Tints of Light Sea Green #2FBEC1
RGB
CMYK
RGB Variations
Color information
#2FBEC1 (or 0x2FBEC1) is known color: Light Sea Green. HEX triplet: 2F, BE and C1. RGB value is (47,190,193). Sum of RGB (Red+Green+Blue) = 47+190+193=430 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.93% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #2FBEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBEC1 is #D0413E. Grayscale: #939393. Windows color (decimal): -13648191 or 12697135. OLE color: 12697135.
HSL color Cylindrical-coordinate representation of color #2FBEC1: hue angle of 181.23º 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 #2FBEC1 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 190 | 193 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.24 |
| HSL | 181.23º | 0.61% | 0.47% | - |
| HSV(B) | 181.23º | 0.76% | 0.76% | - |
| XYZ | 29.21 | 41.28 | 56.88 | - |
| YUV | 147.59 | 153.62 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 193 | 0.76 | 0.02 | 0 | 0.24 | 181.23 | 0.61 | 0.47 |
| Hex | 2F | BE | C1 | 4C | 2 | 0 | 18 | B5 | 3D | 2F |
| Octal | 57 | 276 | 301 | 114 | 2 | 0 | 30 | 265 | 75 | 57 |
| Binary | 101111 | 10111110 | 11000001 | 1001100 | 10 | 0 | 11000 | 10110101 | 111101 | 101111 |
Color Harmonies of #2FBEC1
Complementary color
Monochromatic Colors of #2FBEC1
Black with #2FBEC1
Text Example
Text Example
White with #2FBEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBEC1; }
p { color: rgb(47,190,193); }
H1.HeaderClassName
{
color: #2FBEC1;
}
.AnyTagClassName
{
color: #2FBEC1;
}
</style>
background-color css
<style>
a { background-color: #2FBEC1; }
a { background-color: rgb(47,190,193); }
div.DivClassName
{
background-color: #2FBEC1;
}
.BgClassName
{
background-color: #2FBEC1;
}
</style>
border-color css
<style>
span { border-color: #2FBEC1; }
span { border-color: rgb(47,190,193); }
td.TdClassName
{
border-color: #2FBEC1;
}
.TagClassName
{
border-color: #2FBEC1;
}
</style>