Shades of Light Sea Green #2CBDBA
Tints of Light Sea Green #2CBDBA
RGB
CMYK
RGB Variations
Color information
#2CBDBA (or 0x2CBDBA) is known color: Light Sea Green. HEX triplet: 2C, BD and BA. RGB value is (44,189,186). Sum of RGB (Red+Green+Blue) = 44+189+186=419 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.50% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBDBA is #D34245. Grayscale: #919191. Windows color (decimal): -13845062 or 12238124. OLE color: 12238124.
HSL color Cylindrical-coordinate representation of color #2CBDBA: hue angle of 178.76º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBDBA is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 189 | 186 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.26 |
| HSL | 178.76º | 0.62% | 0.46% | - |
| HSV(B) | 178.76º | 0.77% | 0.74% | - |
| XYZ | 28.1 | 40.48 | 52.79 | - |
| YUV | 145.3 | 150.96 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 189 | 186 | 0.77 | 0 | 0.02 | 0.26 | 178.76 | 0.62 | 0.46 |
| Hex | 2C | BD | BA | 4D | 0 | 2 | 1A | B3 | 3E | 2E |
| Octal | 54 | 275 | 272 | 115 | 0 | 2 | 32 | 263 | 76 | 56 |
| Binary | 101100 | 10111101 | 10111010 | 1001101 | 0 | 10 | 11010 | 10110011 | 111110 | 101110 |
Color Harmonies of #2CBDBA
Complementary color
Monochromatic Colors of #2CBDBA
Black with #2CBDBA
Text Example
Text Example
White with #2CBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBDBA; }
p { color: rgb(44,189,186); }
H1.HeaderClassName
{
color: #2CBDBA;
}
.AnyTagClassName
{
color: #2CBDBA;
}
</style>
background-color css
<style>
a { background-color: #2CBDBA; }
a { background-color: rgb(44,189,186); }
div.DivClassName
{
background-color: #2CBDBA;
}
.BgClassName
{
background-color: #2CBDBA;
}
</style>
border-color css
<style>
span { border-color: #2CBDBA; }
span { border-color: rgb(44,189,186); }
td.TdClassName
{
border-color: #2CBDBA;
}
.TagClassName
{
border-color: #2CBDBA;
}
</style>