Shades of Light Sea Green #2DBBC0
Tints of Light Sea Green #2DBBC0
RGB
CMYK
RGB Variations
Color information
#2DBBC0 (or 0x2DBBC0) is known color: Light Sea Green. HEX triplet: 2D, BB and C0. RGB value is (45,187,192). Sum of RGB (Red+Green+Blue) = 45+187+192=424 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.61% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 192 - color contains mainly: blue. Hex color #2DBBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBBC0 is #D2443F. Grayscale: #909090. Windows color (decimal): -13780032 or 12630829. OLE color: 12630829.
HSL color Cylindrical-coordinate representation of color #2DBBC0: hue angle of 182.04º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DBBC0 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 187 | 192 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.25 |
| HSL | 182.04º | 0.62% | 0.46% | - |
| HSV(B) | 182.04º | 0.77% | 0.75% | - |
| XYZ | 28.37 | 39.9 | 56.08 | - |
| YUV | 145.11 | 154.46 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 192 | 0.77 | 0.03 | 0 | 0.25 | 182.04 | 0.62 | 0.46 |
| Hex | 2D | BB | C0 | 4D | 3 | 0 | 19 | B6 | 3E | 2E |
| Octal | 55 | 273 | 300 | 115 | 3 | 0 | 31 | 266 | 76 | 56 |
| Binary | 101101 | 10111011 | 11000000 | 1001101 | 11 | 0 | 11001 | 10110110 | 111110 | 101110 |
Color Harmonies of #2DBBC0
Complementary color
Monochromatic Colors of #2DBBC0
Black with #2DBBC0
Text Example
Text Example
White with #2DBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBBC0; }
p { color: rgb(45,187,192); }
H1.HeaderClassName
{
color: #2DBBC0;
}
.AnyTagClassName
{
color: #2DBBC0;
}
</style>
background-color css
<style>
a { background-color: #2DBBC0; }
a { background-color: rgb(45,187,192); }
div.DivClassName
{
background-color: #2DBBC0;
}
.BgClassName
{
background-color: #2DBBC0;
}
</style>
border-color css
<style>
span { border-color: #2DBBC0; }
span { border-color: rgb(45,187,192); }
td.TdClassName
{
border-color: #2DBBC0;
}
.TagClassName
{
border-color: #2DBBC0;
}
</style>