Shades of Light Sea Green #2CBDB6
Tints of Light Sea Green #2CBDB6
RGB
CMYK
RGB Variations
Color information
#2CBDB6 (or 0x2CBDB6) is known color: Light Sea Green. HEX triplet: 2C, BD and B6. RGB value is (44,189,182). Sum of RGB (Red+Green+Blue) = 44+189+182=415 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.60% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBDB6 is #D34249. Grayscale: #909090. Windows color (decimal): -13845066 or 11975980. OLE color: 11975980.
HSL color Cylindrical-coordinate representation of color #2CBDB6: hue angle of 177.1º 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 #2CBDB6 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 189 | 182 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.26 |
| HSL | 177.1º | 0.62% | 0.46% | - |
| HSV(B) | 177.1º | 0.77% | 0.74% | - |
| XYZ | 27.68 | 40.31 | 50.58 | - |
| YUV | 144.85 | 148.96 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 189 | 182 | 0.77 | 0 | 0.04 | 0.26 | 177.1 | 0.62 | 0.46 |
| Hex | 2C | BD | B6 | 4D | 0 | 4 | 1A | B1 | 3E | 2E |
| Octal | 54 | 275 | 266 | 115 | 0 | 4 | 32 | 261 | 76 | 56 |
| Binary | 101100 | 10111101 | 10110110 | 1001101 | 0 | 100 | 11010 | 10110001 | 111110 | 101110 |
Color Harmonies of #2CBDB6
Complementary color
Monochromatic Colors of #2CBDB6
Black with #2CBDB6
Text Example
Text Example
White with #2CBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBDB6; }
p { color: rgb(44,189,182); }
H1.HeaderClassName
{
color: #2CBDB6;
}
.AnyTagClassName
{
color: #2CBDB6;
}
</style>
background-color css
<style>
a { background-color: #2CBDB6; }
a { background-color: rgb(44,189,182); }
div.DivClassName
{
background-color: #2CBDB6;
}
.BgClassName
{
background-color: #2CBDB6;
}
</style>
border-color css
<style>
span { border-color: #2CBDB6; }
span { border-color: rgb(44,189,182); }
td.TdClassName
{
border-color: #2CBDB6;
}
.TagClassName
{
border-color: #2CBDB6;
}
</style>