Shades of Light Sea Green #2DBEAF
Tints of Light Sea Green #2DBEAF
RGB
CMYK
RGB Variations
Color information
#2DBEAF (or 0x2DBEAF) is known color: Light Sea Green. HEX triplet: 2D, BE and AF. RGB value is (45,190,175). Sum of RGB (Red+Green+Blue) = 45+190+175=410 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.98% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBEAF is #D24150. Grayscale: #909090. Windows color (decimal): -13779281 or 11517485. OLE color: 11517485.
HSL color Cylindrical-coordinate representation of color #2DBEAF: hue angle of 173.79º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBEAF is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 175 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.25 |
| HSL | 173.79º | 0.62% | 0.46% | - |
| HSV(B) | 173.79º | 0.76% | 0.75% | - |
| XYZ | 27.23 | 40.48 | 46.94 | - |
| YUV | 144.94 | 144.96 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 175 | 0.76 | 0 | 0.08 | 0.25 | 173.79 | 0.62 | 0.46 |
| Hex | 2D | BE | AF | 4C | 0 | 8 | 19 | AE | 3E | 2E |
| Octal | 55 | 276 | 257 | 114 | 0 | 10 | 31 | 256 | 76 | 56 |
| Binary | 101101 | 10111110 | 10101111 | 1001100 | 0 | 1000 | 11001 | 10101110 | 111110 | 101110 |
Color Harmonies of #2DBEAF
Complementary color
Monochromatic Colors of #2DBEAF
Black with #2DBEAF
Text Example
Text Example
White with #2DBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEAF; }
p { color: rgb(45,190,175); }
H1.HeaderClassName
{
color: #2DBEAF;
}
.AnyTagClassName
{
color: #2DBEAF;
}
</style>
background-color css
<style>
a { background-color: #2DBEAF; }
a { background-color: rgb(45,190,175); }
div.DivClassName
{
background-color: #2DBEAF;
}
.BgClassName
{
background-color: #2DBEAF;
}
</style>
border-color css
<style>
span { border-color: #2DBEAF; }
span { border-color: rgb(45,190,175); }
td.TdClassName
{
border-color: #2DBEAF;
}
.TagClassName
{
border-color: #2DBEAF;
}
</style>