Shades of Light Sea Green #2CBDB9
Tints of Light Sea Green #2CBDB9
RGB
CMYK
RGB Variations
Color information
#2CBDB9 (or 0x2CBDB9) is known color: Light Sea Green. HEX triplet: 2C, BD and B9. RGB value is (44,189,185). Sum of RGB (Red+Green+Blue) = 44+189+185=418 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.53% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBDB9 is #D34246. Grayscale: #919191. Windows color (decimal): -13845063 or 12172588. OLE color: 12172588.
HSL color Cylindrical-coordinate representation of color #2CBDB9: hue angle of 178.34º 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 #2CBDB9 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 189 | 185 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.26 |
| HSL | 178.34º | 0.62% | 0.46% | - |
| HSV(B) | 178.34º | 0.77% | 0.74% | - |
| XYZ | 27.99 | 40.43 | 52.23 | - |
| YUV | 145.19 | 150.46 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 189 | 185 | 0.77 | 0 | 0.02 | 0.26 | 178.34 | 0.62 | 0.46 |
| Hex | 2C | BD | B9 | 4D | 0 | 2 | 1A | B2 | 3E | 2E |
| Octal | 54 | 275 | 271 | 115 | 0 | 2 | 32 | 262 | 76 | 56 |
| Binary | 101100 | 10111101 | 10111001 | 1001101 | 0 | 10 | 11010 | 10110010 | 111110 | 101110 |
Color Harmonies of #2CBDB9
Complementary color
Monochromatic Colors of #2CBDB9
Black with #2CBDB9
Text Example
Text Example
White with #2CBDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBDB9; }
p { color: rgb(44,189,185); }
H1.HeaderClassName
{
color: #2CBDB9;
}
.AnyTagClassName
{
color: #2CBDB9;
}
</style>
background-color css
<style>
a { background-color: #2CBDB9; }
a { background-color: rgb(44,189,185); }
div.DivClassName
{
background-color: #2CBDB9;
}
.BgClassName
{
background-color: #2CBDB9;
}
</style>
border-color css
<style>
span { border-color: #2CBDB9; }
span { border-color: rgb(44,189,185); }
td.TdClassName
{
border-color: #2CBDB9;
}
.TagClassName
{
border-color: #2CBDB9;
}
</style>