Shades of Light Sea Green #2DBCB5
Tints of Light Sea Green #2DBCB5
RGB
CMYK
RGB Variations
Color information
#2DBCB5 (or 0x2DBCB5) is known color: Light Sea Green. HEX triplet: 2D, BC and B5. RGB value is (45,188,181). Sum of RGB (Red+Green+Blue) = 45+188+181=414 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.87% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 181 (71.09% from 255 or 43.72% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBCB5 is #D2434A. Grayscale: #909090. Windows color (decimal): -13779787 or 11910189. OLE color: 11910189.
HSL color Cylindrical-coordinate representation of color #2DBCB5: hue angle of 177.06º 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 #2DBCB5 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 181 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.26 |
| HSL | 177.06º | 0.61% | 0.46% | - |
| HSV(B) | 177.06º | 0.76% | 0.74% | - |
| XYZ | 27.41 | 39.86 | 49.97 | - |
| YUV | 144.45 | 148.62 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 181 | 0.76 | 0 | 0.04 | 0.26 | 177.06 | 0.61 | 0.46 |
| Hex | 2D | BC | B5 | 4C | 0 | 4 | 1A | B1 | 3D | 2E |
| Octal | 55 | 274 | 265 | 114 | 0 | 4 | 32 | 261 | 75 | 56 |
| Binary | 101101 | 10111100 | 10110101 | 1001100 | 0 | 100 | 11010 | 10110001 | 111101 | 101110 |
Color Harmonies of #2DBCB5
Complementary color
Monochromatic Colors of #2DBCB5
Black with #2DBCB5
Text Example
Text Example
White with #2DBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCB5; }
p { color: rgb(45,188,181); }
H1.HeaderClassName
{
color: #2DBCB5;
}
.AnyTagClassName
{
color: #2DBCB5;
}
</style>
background-color css
<style>
a { background-color: #2DBCB5; }
a { background-color: rgb(45,188,181); }
div.DivClassName
{
background-color: #2DBCB5;
}
.BgClassName
{
background-color: #2DBCB5;
}
</style>
border-color css
<style>
span { border-color: #2DBCB5; }
span { border-color: rgb(45,188,181); }
td.TdClassName
{
border-color: #2DBCB5;
}
.TagClassName
{
border-color: #2DBCB5;
}
</style>