Shades of Light Sea Green #2CB1BE
Tints of Light Sea Green #2CB1BE
RGB
CMYK
RGB Variations
Color information
#2CB1BE (or 0x2CB1BE) is known color: Light Sea Green. HEX triplet: 2C, B1 and BE. RGB value is (44,177,190). Sum of RGB (Red+Green+Blue) = 44+177+190=411 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.71% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #2CB1BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CB1BE is #D34E41. Grayscale: #8A8A8A. Windows color (decimal): -13848130 or 12497196. OLE color: 12497196.
HSL color Cylindrical-coordinate representation of color #2CB1BE: hue angle of 185.34º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CB1BE is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 177 | 190 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.25 |
| HSL | 185.34º | 0.62% | 0.46% | - |
| HSV(B) | 185.34º | 0.77% | 0.75% | - |
| XYZ | 26.06 | 35.7 | 54.23 | - |
| YUV | 138.72 | 156.94 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 177 | 190 | 0.77 | 0.07 | 0 | 0.25 | 185.34 | 0.62 | 0.46 |
| Hex | 2C | B1 | BE | 4D | 7 | 0 | 19 | B9 | 3E | 2E |
| Octal | 54 | 261 | 276 | 115 | 7 | 0 | 31 | 271 | 76 | 56 |
| Binary | 101100 | 10110001 | 10111110 | 1001101 | 111 | 0 | 11001 | 10111001 | 111110 | 101110 |
Color Harmonies of #2CB1BE
Complementary color
Monochromatic Colors of #2CB1BE
Black with #2CB1BE
Text Example
Text Example
White with #2CB1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB1BE; }
p { color: rgb(44,177,190); }
H1.HeaderClassName
{
color: #2CB1BE;
}
.AnyTagClassName
{
color: #2CB1BE;
}
</style>
background-color css
<style>
a { background-color: #2CB1BE; }
a { background-color: rgb(44,177,190); }
div.DivClassName
{
background-color: #2CB1BE;
}
.BgClassName
{
background-color: #2CB1BE;
}
</style>
border-color css
<style>
span { border-color: #2CB1BE; }
span { border-color: rgb(44,177,190); }
td.TdClassName
{
border-color: #2CB1BE;
}
.TagClassName
{
border-color: #2CB1BE;
}
</style>