Shades of Light Sea Green #2DBCB4
Tints of Light Sea Green #2DBCB4
RGB
CMYK
RGB Variations
Color information
#2DBCB4 (or 0x2DBCB4) is known color: Light Sea Green. HEX triplet: 2D, BC and B4. RGB value is (45,188,180). Sum of RGB (Red+Green+Blue) = 45+188+180=413 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.90% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 180 (70.70% from 255 or 43.58% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBCB4 is #D2434B. Grayscale: #909090. Windows color (decimal): -13779788 or 11844653. OLE color: 11844653.
HSL color Cylindrical-coordinate representation of color #2DBCB4: hue angle of 176.64º 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 #2DBCB4 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 180 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.26 |
| HSL | 176.64º | 0.61% | 0.46% | - |
| HSV(B) | 176.64º | 0.76% | 0.74% | - |
| XYZ | 27.3 | 39.82 | 49.43 | - |
| YUV | 144.33 | 148.12 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 180 | 0.76 | 0 | 0.04 | 0.26 | 176.64 | 0.61 | 0.46 |
| Hex | 2D | BC | B4 | 4C | 0 | 4 | 1A | B1 | 3D | 2E |
| Octal | 55 | 274 | 264 | 114 | 0 | 4 | 32 | 261 | 75 | 56 |
| Binary | 101101 | 10111100 | 10110100 | 1001100 | 0 | 100 | 11010 | 10110001 | 111101 | 101110 |
Color Harmonies of #2DBCB4
Complementary color
Monochromatic Colors of #2DBCB4
Black with #2DBCB4
Text Example
Text Example
White with #2DBCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCB4; }
p { color: rgb(45,188,180); }
H1.HeaderClassName
{
color: #2DBCB4;
}
.AnyTagClassName
{
color: #2DBCB4;
}
</style>
background-color css
<style>
a { background-color: #2DBCB4; }
a { background-color: rgb(45,188,180); }
div.DivClassName
{
background-color: #2DBCB4;
}
.BgClassName
{
background-color: #2DBCB4;
}
</style>
border-color css
<style>
span { border-color: #2DBCB4; }
span { border-color: rgb(45,188,180); }
td.TdClassName
{
border-color: #2DBCB4;
}
.TagClassName
{
border-color: #2DBCB4;
}
</style>