Shades of Light Sea Green #2DBCA5
Tints of Light Sea Green #2DBCA5
RGB
CMYK
RGB Variations
Color information
#2DBCA5 (or 0x2DBCA5) is known color: Light Sea Green. HEX triplet: 2D, BC and A5. RGB value is (45,188,165). Sum of RGB (Red+Green+Blue) = 45+188+165=398 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.31% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBCA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBCA5 is #D2435A. Grayscale: #8E8E8E. Windows color (decimal): -13779803 or 10861613. OLE color: 10861613.
HSL color Cylindrical-coordinate representation of color #2DBCA5: hue angle of 170.35º 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 #2DBCA5 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 165 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.26 |
| HSL | 170.35º | 0.61% | 0.46% | - |
| HSV(B) | 170.35º | 0.76% | 0.74% | - |
| XYZ | 25.86 | 39.24 | 41.81 | - |
| YUV | 142.62 | 140.62 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 165 | 0.76 | 0 | 0.12 | 0.26 | 170.35 | 0.61 | 0.46 |
| Hex | 2D | BC | A5 | 4C | 0 | C | 1A | AA | 3D | 2E |
| Octal | 55 | 274 | 245 | 114 | 0 | 14 | 32 | 252 | 75 | 56 |
| Binary | 101101 | 10111100 | 10100101 | 1001100 | 0 | 1100 | 11010 | 10101010 | 111101 | 101110 |
Color Harmonies of #2DBCA5
Complementary color
Monochromatic Colors of #2DBCA5
Black with #2DBCA5
Text Example
Text Example
White with #2DBCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCA5; }
p { color: rgb(45,188,165); }
H1.HeaderClassName
{
color: #2DBCA5;
}
.AnyTagClassName
{
color: #2DBCA5;
}
</style>
background-color css
<style>
a { background-color: #2DBCA5; }
a { background-color: rgb(45,188,165); }
div.DivClassName
{
background-color: #2DBCA5;
}
.BgClassName
{
background-color: #2DBCA5;
}
</style>
border-color css
<style>
span { border-color: #2DBCA5; }
span { border-color: rgb(45,188,165); }
td.TdClassName
{
border-color: #2DBCA5;
}
.TagClassName
{
border-color: #2DBCA5;
}
</style>