Shades of Light Sea Green #2DC9BA
Tints of Light Sea Green #2DC9BA
RGB
CMYK
RGB Variations
Color information
#2DC9BA (or 0x2DC9BA) is known color: Light Sea Green. HEX triplet: 2D, C9 and BA. RGB value is (45,201,186). Sum of RGB (Red+Green+Blue) = 45+201+186=432 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.42% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #2DC9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DC9BA is #D23645. Grayscale: #989898. Windows color (decimal): -13776454 or 12241197. OLE color: 12241197.
HSL color Cylindrical-coordinate representation of color #2DC9BA: hue angle of 174.23º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DC9BA is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 201 | 186 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.21 |
| HSL | 174.23º | 0.63% | 0.48% | - |
| HSV(B) | 174.23º | 0.78% | 0.79% | - |
| XYZ | 30.83 | 45.88 | 53.68 | - |
| YUV | 152.65 | 146.82 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 201 | 186 | 0.78 | 0 | 0.07 | 0.21 | 174.23 | 0.63 | 0.48 |
| Hex | 2D | C9 | BA | 4E | 0 | 7 | 15 | AE | 3F | 30 |
| Octal | 55 | 311 | 272 | 116 | 0 | 7 | 25 | 256 | 77 | 60 |
| Binary | 101101 | 11001001 | 10111010 | 1001110 | 0 | 111 | 10101 | 10101110 | 111111 | 110000 |
Color Harmonies of #2DC9BA
Complementary color
Monochromatic Colors of #2DC9BA
Black with #2DC9BA
Text Example
Text Example
White with #2DC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC9BA; }
p { color: rgb(45,201,186); }
H1.HeaderClassName
{
color: #2DC9BA;
}
.AnyTagClassName
{
color: #2DC9BA;
}
</style>
background-color css
<style>
a { background-color: #2DC9BA; }
a { background-color: rgb(45,201,186); }
div.DivClassName
{
background-color: #2DC9BA;
}
.BgClassName
{
background-color: #2DC9BA;
}
</style>
border-color css
<style>
span { border-color: #2DC9BA; }
span { border-color: rgb(45,201,186); }
td.TdClassName
{
border-color: #2DC9BA;
}
.TagClassName
{
border-color: #2DC9BA;
}
</style>