Shades of Light Sea Green #2CBABD
Tints of Light Sea Green #2CBABD
RGB
CMYK
RGB Variations
Color information
#2CBABD (or 0x2CBABD) is known color: Light Sea Green. HEX triplet: 2C, BA and BD. RGB value is (44,186,189). Sum of RGB (Red+Green+Blue) = 44+186+189=419 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.50% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #2CBABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBABD is #D34542. Grayscale: #8F8F8F. Windows color (decimal): -13845827 or 12433964. OLE color: 12433964.
HSL color Cylindrical-coordinate representation of color #2CBABD: hue angle of 181.24º 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 #2CBABD is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 186 | 189 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.26 |
| HSL | 181.24º | 0.62% | 0.46% | - |
| HSV(B) | 181.24º | 0.77% | 0.74% | - |
| XYZ | 27.78 | 39.33 | 54.27 | - |
| YUV | 143.88 | 153.46 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 189 | 0.77 | 0.02 | 0 | 0.26 | 181.24 | 0.62 | 0.46 |
| Hex | 2C | BA | BD | 4D | 2 | 0 | 1A | B5 | 3E | 2E |
| Octal | 54 | 272 | 275 | 115 | 2 | 0 | 32 | 265 | 76 | 56 |
| Binary | 101100 | 10111010 | 10111101 | 1001101 | 10 | 0 | 11010 | 10110101 | 111110 | 101110 |
Color Harmonies of #2CBABD
Complementary color
Monochromatic Colors of #2CBABD
Black with #2CBABD
Text Example
Text Example
White with #2CBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBABD; }
p { color: rgb(44,186,189); }
H1.HeaderClassName
{
color: #2CBABD;
}
.AnyTagClassName
{
color: #2CBABD;
}
</style>
background-color css
<style>
a { background-color: #2CBABD; }
a { background-color: rgb(44,186,189); }
div.DivClassName
{
background-color: #2CBABD;
}
.BgClassName
{
background-color: #2CBABD;
}
</style>
border-color css
<style>
span { border-color: #2CBABD; }
span { border-color: rgb(44,186,189); }
td.TdClassName
{
border-color: #2CBABD;
}
.TagClassName
{
border-color: #2CBABD;
}
</style>