Shades of Light Sea Green #2DBDA5
Tints of Light Sea Green #2DBDA5
RGB
CMYK
RGB Variations
Color information
#2DBDA5 (or 0x2DBDA5) is known color: Light Sea Green. HEX triplet: 2D, BD and A5. RGB value is (45,189,165). Sum of RGB (Red+Green+Blue) = 45+189+165=399 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.28% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBDA5 is #D2425A. Grayscale: #8F8F8F. Windows color (decimal): -13779547 or 10861869. OLE color: 10861869.
HSL color Cylindrical-coordinate representation of color #2DBDA5: hue angle of 170º 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 #2DBDA5 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 189 | 165 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.26 |
| HSL | 170º | 0.62% | 0.46% | - |
| HSV(B) | 170º | 0.76% | 0.74% | - |
| XYZ | 26.07 | 39.67 | 41.88 | - |
| YUV | 143.21 | 140.29 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 165 | 0.76 | 0 | 0.13 | 0.26 | 170 | 0.62 | 0.46 |
| Hex | 2D | BD | A5 | 4C | 0 | D | 1A | AA | 3E | 2E |
| Octal | 55 | 275 | 245 | 114 | 0 | 15 | 32 | 252 | 76 | 56 |
| Binary | 101101 | 10111101 | 10100101 | 1001100 | 0 | 1101 | 11010 | 10101010 | 111110 | 101110 |
Color Harmonies of #2DBDA5
Complementary color
Monochromatic Colors of #2DBDA5
Black with #2DBDA5
Text Example
Text Example
White with #2DBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBDA5; }
p { color: rgb(45,189,165); }
H1.HeaderClassName
{
color: #2DBDA5;
}
.AnyTagClassName
{
color: #2DBDA5;
}
</style>
background-color css
<style>
a { background-color: #2DBDA5; }
a { background-color: rgb(45,189,165); }
div.DivClassName
{
background-color: #2DBDA5;
}
.BgClassName
{
background-color: #2DBDA5;
}
</style>
border-color css
<style>
span { border-color: #2DBDA5; }
span { border-color: rgb(45,189,165); }
td.TdClassName
{
border-color: #2DBDA5;
}
.TagClassName
{
border-color: #2DBDA5;
}
</style>