Shades of Light Sea Green #2DBCAF
Tints of Light Sea Green #2DBCAF
RGB
CMYK
RGB Variations
Color information
#2DBCAF (or 0x2DBCAF) is known color: Light Sea Green. HEX triplet: 2D, BC and AF. RGB value is (45,188,175). Sum of RGB (Red+Green+Blue) = 45+188+175=408 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.03% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBCAF is #D24350. Grayscale: #8F8F8F. Windows color (decimal): -13779793 or 11516973. OLE color: 11516973.
HSL color Cylindrical-coordinate representation of color #2DBCAF: hue angle of 174.55º degrees, saturation: 0.61, 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 #2DBCAF is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 175 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.26 |
| HSL | 174.55º | 0.61% | 0.46% | - |
| HSV(B) | 174.55º | 0.76% | 0.74% | - |
| XYZ | 26.8 | 39.62 | 46.79 | - |
| YUV | 143.76 | 145.62 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 175 | 0.76 | 0 | 0.07 | 0.26 | 174.55 | 0.61 | 0.46 |
| Hex | 2D | BC | AF | 4C | 0 | 7 | 1A | AF | 3D | 2E |
| Octal | 55 | 274 | 257 | 114 | 0 | 7 | 32 | 257 | 75 | 56 |
| Binary | 101101 | 10111100 | 10101111 | 1001100 | 0 | 111 | 11010 | 10101111 | 111101 | 101110 |
Color Harmonies of #2DBCAF
Complementary color
Monochromatic Colors of #2DBCAF
Black with #2DBCAF
Text Example
Text Example
White with #2DBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCAF; }
p { color: rgb(45,188,175); }
H1.HeaderClassName
{
color: #2DBCAF;
}
.AnyTagClassName
{
color: #2DBCAF;
}
</style>
background-color css
<style>
a { background-color: #2DBCAF; }
a { background-color: rgb(45,188,175); }
div.DivClassName
{
background-color: #2DBCAF;
}
.BgClassName
{
background-color: #2DBCAF;
}
</style>
border-color css
<style>
span { border-color: #2DBCAF; }
span { border-color: rgb(45,188,175); }
td.TdClassName
{
border-color: #2DBCAF;
}
.TagClassName
{
border-color: #2DBCAF;
}
</style>