Shades of Light Sea Green #2DBBAF
Tints of Light Sea Green #2DBBAF
RGB
CMYK
RGB Variations
Color information
#2DBBAF (or 0x2DBBAF) is known color: Light Sea Green. HEX triplet: 2D, BB and AF. RGB value is (45,187,175). Sum of RGB (Red+Green+Blue) = 45+187+175=407 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.06% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBBAF is #D24450. Grayscale: #8F8F8F. Windows color (decimal): -13780049 or 11516717. OLE color: 11516717.
HSL color Cylindrical-coordinate representation of color #2DBBAF: hue angle of 174.93º 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 #2DBBAF is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 187 | 175 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.27 |
| HSL | 174.93º | 0.61% | 0.45% | - |
| HSV(B) | 174.93º | 0.76% | 0.73% | - |
| XYZ | 26.59 | 39.19 | 46.72 | - |
| YUV | 143.17 | 145.96 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 175 | 0.76 | 0 | 0.06 | 0.27 | 174.93 | 0.61 | 0.45 |
| Hex | 2D | BB | AF | 4C | 0 | 6 | 1B | AF | 3D | 2D |
| Octal | 55 | 273 | 257 | 114 | 0 | 6 | 33 | 257 | 75 | 55 |
| Binary | 101101 | 10111011 | 10101111 | 1001100 | 0 | 110 | 11011 | 10101111 | 111101 | 101101 |
Color Harmonies of #2DBBAF
Complementary color
Monochromatic Colors of #2DBBAF
Black with #2DBBAF
Text Example
Text Example
White with #2DBBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBBAF; }
p { color: rgb(45,187,175); }
H1.HeaderClassName
{
color: #2DBBAF;
}
.AnyTagClassName
{
color: #2DBBAF;
}
</style>
background-color css
<style>
a { background-color: #2DBBAF; }
a { background-color: rgb(45,187,175); }
div.DivClassName
{
background-color: #2DBBAF;
}
.BgClassName
{
background-color: #2DBBAF;
}
</style>
border-color css
<style>
span { border-color: #2DBBAF; }
span { border-color: rgb(45,187,175); }
td.TdClassName
{
border-color: #2DBBAF;
}
.TagClassName
{
border-color: #2DBBAF;
}
</style>