Shades of Light Sea Green #2DBBBC
Tints of Light Sea Green #2DBBBC
RGB
CMYK
RGB Variations
Color information
#2DBBBC (or 0x2DBBBC) is known color: Light Sea Green. HEX triplet: 2D, BB and BC. RGB value is (45,187,188). Sum of RGB (Red+Green+Blue) = 45+187+188=420 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.71% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #2DBBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBBBC is #D24443. Grayscale: #909090. Windows color (decimal): -13780036 or 12368685. OLE color: 12368685.
HSL color Cylindrical-coordinate representation of color #2DBBBC: hue angle of 180.42º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBBBC is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 187 | 188 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.26 |
| HSL | 180.42º | 0.61% | 0.46% | - |
| HSV(B) | 180.42º | 0.76% | 0.74% | - |
| XYZ | 27.93 | 39.73 | 53.77 | - |
| YUV | 144.66 | 152.46 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 188 | 0.76 | 0.01 | 0 | 0.26 | 180.42 | 0.61 | 0.46 |
| Hex | 2D | BB | BC | 4C | 1 | 0 | 1A | B4 | 3D | 2E |
| Octal | 55 | 273 | 274 | 114 | 1 | 0 | 32 | 264 | 75 | 56 |
| Binary | 101101 | 10111011 | 10111100 | 1001100 | 1 | 0 | 11010 | 10110100 | 111101 | 101110 |
Color Harmonies of #2DBBBC
Complementary color
Monochromatic Colors of #2DBBBC
Black with #2DBBBC
Text Example
Text Example
White with #2DBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBBBC; }
p { color: rgb(45,187,188); }
H1.HeaderClassName
{
color: #2DBBBC;
}
.AnyTagClassName
{
color: #2DBBBC;
}
</style>
background-color css
<style>
a { background-color: #2DBBBC; }
a { background-color: rgb(45,187,188); }
div.DivClassName
{
background-color: #2DBBBC;
}
.BgClassName
{
background-color: #2DBBBC;
}
</style>
border-color css
<style>
span { border-color: #2DBBBC; }
span { border-color: rgb(45,187,188); }
td.TdClassName
{
border-color: #2DBBBC;
}
.TagClassName
{
border-color: #2DBBBC;
}
</style>