Shades of Light Sea Green #2DBDB5
Tints of Light Sea Green #2DBDB5
RGB
CMYK
RGB Variations
Color information
#2DBDB5 (or 0x2DBDB5) is known color: Light Sea Green. HEX triplet: 2D, BD and B5. RGB value is (45,189,181). Sum of RGB (Red+Green+Blue) = 45+189+181=415 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.84% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBDB5 is #D2424A. Grayscale: #909090. Windows color (decimal): -13779531 or 11910445. OLE color: 11910445.
HSL color Cylindrical-coordinate representation of color #2DBDB5: hue angle of 176.67º degrees, saturation: 0.62, 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 #2DBDB5 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 189 | 181 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.26 |
| HSL | 176.67º | 0.62% | 0.46% | - |
| HSV(B) | 176.67º | 0.76% | 0.74% | - |
| XYZ | 27.62 | 40.29 | 50.04 | - |
| YUV | 145.03 | 148.29 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 181 | 0.76 | 0 | 0.04 | 0.26 | 176.67 | 0.62 | 0.46 |
| Hex | 2D | BD | B5 | 4C | 0 | 4 | 1A | B1 | 3E | 2E |
| Octal | 55 | 275 | 265 | 114 | 0 | 4 | 32 | 261 | 76 | 56 |
| Binary | 101101 | 10111101 | 10110101 | 1001100 | 0 | 100 | 11010 | 10110001 | 111110 | 101110 |
Color Harmonies of #2DBDB5
Complementary color
Monochromatic Colors of #2DBDB5
Black with #2DBDB5
Text Example
Text Example
White with #2DBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBDB5; }
p { color: rgb(45,189,181); }
H1.HeaderClassName
{
color: #2DBDB5;
}
.AnyTagClassName
{
color: #2DBDB5;
}
</style>
background-color css
<style>
a { background-color: #2DBDB5; }
a { background-color: rgb(45,189,181); }
div.DivClassName
{
background-color: #2DBDB5;
}
.BgClassName
{
background-color: #2DBDB5;
}
</style>
border-color css
<style>
span { border-color: #2DBDB5; }
span { border-color: rgb(45,189,181); }
td.TdClassName
{
border-color: #2DBDB5;
}
.TagClassName
{
border-color: #2DBDB5;
}
</style>