Shades of Light Sea Green #2CCBBB
Tints of Light Sea Green #2CCBBB
RGB
CMYK
RGB Variations
Color information
#2CCBBB (or 0x2CCBBB) is known color: Light Sea Green. HEX triplet: 2C, CB and BB. RGB value is (44,203,187). Sum of RGB (Red+Green+Blue) = 44+203+187=434 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.14% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCBBB is #D33444. Grayscale: #999999. Windows color (decimal): -13841477 or 12307244. OLE color: 12307244.
HSL color Cylindrical-coordinate representation of color #2CCBBB: hue angle of 173.96º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCBBB is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 203 | 187 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.20 |
| HSL | 173.96º | 0.64% | 0.48% | - |
| HSV(B) | 173.96º | 0.78% | 0.8% | - |
| XYZ | 31.36 | 46.84 | 54.4 | - |
| YUV | 153.64 | 146.82 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 203 | 187 | 0.78 | 0 | 0.08 | 0.20 | 173.96 | 0.64 | 0.48 |
| Hex | 2C | CB | BB | 4E | 0 | 8 | 14 | AE | 40 | 30 |
| Octal | 54 | 313 | 273 | 116 | 0 | 10 | 24 | 256 | 100 | 60 |
| Binary | 101100 | 11001011 | 10111011 | 1001110 | 0 | 1000 | 10100 | 10101110 | 1000000 | 110000 |
Color Harmonies of #2CCBBB
Complementary color
Monochromatic Colors of #2CCBBB
Black with #2CCBBB
Text Example
Text Example
White with #2CCBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCBBB; }
p { color: rgb(44,203,187); }
H1.HeaderClassName
{
color: #2CCBBB;
}
.AnyTagClassName
{
color: #2CCBBB;
}
</style>
background-color css
<style>
a { background-color: #2CCBBB; }
a { background-color: rgb(44,203,187); }
div.DivClassName
{
background-color: #2CCBBB;
}
.BgClassName
{
background-color: #2CCBBB;
}
</style>
border-color css
<style>
span { border-color: #2CCBBB; }
span { border-color: rgb(44,203,187); }
td.TdClassName
{
border-color: #2CCBBB;
}
.TagClassName
{
border-color: #2CCBBB;
}
</style>