Shades of Light Sea Green #2DBAB6
Tints of Light Sea Green #2DBAB6
RGB
CMYK
RGB Variations
Color information
#2DBAB6 (or 0x2DBAB6) is known color: Light Sea Green. HEX triplet: 2D, BA and B6. RGB value is (45,186,182). Sum of RGB (Red+Green+Blue) = 45+186+182=413 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.90% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBAB6 is #D24549. Grayscale: #8F8F8F. Windows color (decimal): -13780298 or 11975213. OLE color: 11975213.
HSL color Cylindrical-coordinate representation of color #2DBAB6: hue angle of 178.3º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBAB6 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 186 | 182 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.27 |
| HSL | 178.3º | 0.61% | 0.45% | - |
| HSV(B) | 178.3º | 0.76% | 0.73% | - |
| XYZ | 27.08 | 39.05 | 50.37 | - |
| YUV | 143.39 | 149.79 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 182 | 0.76 | 0 | 0.02 | 0.27 | 178.3 | 0.61 | 0.45 |
| Hex | 2D | BA | B6 | 4C | 0 | 2 | 1B | B2 | 3D | 2D |
| Octal | 55 | 272 | 266 | 114 | 0 | 2 | 33 | 262 | 75 | 55 |
| Binary | 101101 | 10111010 | 10110110 | 1001100 | 0 | 10 | 11011 | 10110010 | 111101 | 101101 |
Color Harmonies of #2DBAB6
Complementary color
Monochromatic Colors of #2DBAB6
Black with #2DBAB6
Text Example
Text Example
White with #2DBAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBAB6; }
p { color: rgb(45,186,182); }
H1.HeaderClassName
{
color: #2DBAB6;
}
.AnyTagClassName
{
color: #2DBAB6;
}
</style>
background-color css
<style>
a { background-color: #2DBAB6; }
a { background-color: rgb(45,186,182); }
div.DivClassName
{
background-color: #2DBAB6;
}
.BgClassName
{
background-color: #2DBAB6;
}
</style>
border-color css
<style>
span { border-color: #2DBAB6; }
span { border-color: rgb(45,186,182); }
td.TdClassName
{
border-color: #2DBAB6;
}
.TagClassName
{
border-color: #2DBAB6;
}
</style>