Shades of Light Sea Green #2CBBB0
Tints of Light Sea Green #2CBBB0
RGB
CMYK
RGB Variations
Color information
#2CBBB0 (or 0x2CBBB0) is known color: Light Sea Green. HEX triplet: 2C, BB and B0. RGB value is (44,187,176). Sum of RGB (Red+Green+Blue) = 44+187+176=407 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.81% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 176 (69.14% from 255 or 43.24% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBBB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBBB0 is #D3444F. Grayscale: #8E8E8E. Windows color (decimal): -13845584 or 11582252. OLE color: 11582252.
HSL color Cylindrical-coordinate representation of color #2CBBB0: hue angle of 175.38º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBBB0 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 187 | 176 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.27 |
| HSL | 175.38º | 0.62% | 0.45% | - |
| HSV(B) | 175.38º | 0.76% | 0.73% | - |
| XYZ | 26.65 | 39.21 | 47.24 | - |
| YUV | 142.99 | 146.62 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 187 | 176 | 0.76 | 0 | 0.06 | 0.27 | 175.38 | 0.62 | 0.45 |
| Hex | 2C | BB | B0 | 4C | 0 | 6 | 1B | AF | 3E | 2D |
| Octal | 54 | 273 | 260 | 114 | 0 | 6 | 33 | 257 | 76 | 55 |
| Binary | 101100 | 10111011 | 10110000 | 1001100 | 0 | 110 | 11011 | 10101111 | 111110 | 101101 |
Color Harmonies of #2CBBB0
Complementary color
Monochromatic Colors of #2CBBB0
Black with #2CBBB0
Text Example
Text Example
White with #2CBBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBBB0; }
p { color: rgb(44,187,176); }
H1.HeaderClassName
{
color: #2CBBB0;
}
.AnyTagClassName
{
color: #2CBBB0;
}
</style>
background-color css
<style>
a { background-color: #2CBBB0; }
a { background-color: rgb(44,187,176); }
div.DivClassName
{
background-color: #2CBBB0;
}
.BgClassName
{
background-color: #2CBBB0;
}
</style>
border-color css
<style>
span { border-color: #2CBBB0; }
span { border-color: rgb(44,187,176); }
td.TdClassName
{
border-color: #2CBBB0;
}
.TagClassName
{
border-color: #2CBBB0;
}
</style>