Shades of Light Sea Green #2DBAAF
Tints of Light Sea Green #2DBAAF
RGB
CMYK
RGB Variations
Color information
#2DBAAF (or 0x2DBAAF) is known color: Light Sea Green. HEX triplet: 2D, BA and AF. RGB value is (45,186,175). Sum of RGB (Red+Green+Blue) = 45+186+175=406 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.08% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBAAF is #D24550. Grayscale: #8E8E8E. Windows color (decimal): -13780305 or 11516461. OLE color: 11516461.
HSL color Cylindrical-coordinate representation of color #2DBAAF: hue angle of 175.32º 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 #2DBAAF is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 186 | 175 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.27 |
| HSL | 175.32º | 0.61% | 0.45% | - |
| HSV(B) | 175.32º | 0.76% | 0.73% | - |
| XYZ | 26.38 | 38.77 | 46.65 | - |
| YUV | 142.59 | 146.29 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 175 | 0.76 | 0 | 0.06 | 0.27 | 175.32 | 0.61 | 0.45 |
| Hex | 2D | BA | AF | 4C | 0 | 6 | 1B | AF | 3D | 2D |
| Octal | 55 | 272 | 257 | 114 | 0 | 6 | 33 | 257 | 75 | 55 |
| Binary | 101101 | 10111010 | 10101111 | 1001100 | 0 | 110 | 11011 | 10101111 | 111101 | 101101 |
Color Harmonies of #2DBAAF
Complementary color
Monochromatic Colors of #2DBAAF
Black with #2DBAAF
Text Example
Text Example
White with #2DBAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBAAF; }
p { color: rgb(45,186,175); }
H1.HeaderClassName
{
color: #2DBAAF;
}
.AnyTagClassName
{
color: #2DBAAF;
}
</style>
background-color css
<style>
a { background-color: #2DBAAF; }
a { background-color: rgb(45,186,175); }
div.DivClassName
{
background-color: #2DBAAF;
}
.BgClassName
{
background-color: #2DBAAF;
}
</style>
border-color css
<style>
span { border-color: #2DBAAF; }
span { border-color: rgb(45,186,175); }
td.TdClassName
{
border-color: #2DBAAF;
}
.TagClassName
{
border-color: #2DBAAF;
}
</style>