Shades of Light Sea Green #2DB1A9
Tints of Light Sea Green #2DB1A9
RGB
CMYK
RGB Variations
Color information
#2DB1A9 (or 0x2DB1A9) is known color: Light Sea Green. HEX triplet: 2D, B1 and A9. RGB value is (45,177,169). Sum of RGB (Red+Green+Blue) = 45+177+169=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB1A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DB1A9 is #D24E56. Grayscale: #888888. Windows color (decimal): -13782615 or 11120941. OLE color: 11120941.
HSL color Cylindrical-coordinate representation of color #2DB1A9: hue angle of 176.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB1A9 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 177 | 169 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.31 |
| HSL | 176.36º | 0.59% | 0.44% | - |
| HSV(B) | 176.36º | 0.75% | 0.69% | - |
| XYZ | 23.97 | 34.87 | 43 | - |
| YUV | 136.62 | 146.27 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 177 | 169 | 0.75 | 0 | 0.05 | 0.31 | 176.36 | 0.59 | 0.44 |
| Hex | 2D | B1 | A9 | 4B | 0 | 5 | 1F | B0 | 3B | 2C |
| Octal | 55 | 261 | 251 | 113 | 0 | 5 | 37 | 260 | 73 | 54 |
| Binary | 101101 | 10110001 | 10101001 | 1001011 | 0 | 101 | 11111 | 10110000 | 111011 | 101100 |
Color Harmonies of #2DB1A9
Complementary color
Monochromatic Colors of #2DB1A9
Black with #2DB1A9
Text Example
Text Example
White with #2DB1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB1A9; }
p { color: rgb(45,177,169); }
H1.HeaderClassName
{
color: #2DB1A9;
}
.AnyTagClassName
{
color: #2DB1A9;
}
</style>
background-color css
<style>
a { background-color: #2DB1A9; }
a { background-color: rgb(45,177,169); }
div.DivClassName
{
background-color: #2DB1A9;
}
.BgClassName
{
background-color: #2DB1A9;
}
</style>
border-color css
<style>
span { border-color: #2DB1A9; }
span { border-color: rgb(45,177,169); }
td.TdClassName
{
border-color: #2DB1A9;
}
.TagClassName
{
border-color: #2DB1A9;
}
</style>