Shades of Light Sea Green #2DBFAE
Tints of Light Sea Green #2DBFAE
RGB
CMYK
RGB Variations
Color information
#2DBFAE (or 0x2DBFAE) is known color: Light Sea Green. HEX triplet: 2D, BF and AE. RGB value is (45,191,174). Sum of RGB (Red+Green+Blue) = 45+191+174=410 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.98% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBFAE is #D24051. Grayscale: #919191. Windows color (decimal): -13779026 or 11452205. OLE color: 11452205.
HSL color Cylindrical-coordinate representation of color #2DBFAE: hue angle of 173.01º 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 #2DBFAE is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 174 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.25 |
| HSL | 173.01º | 0.62% | 0.46% | - |
| HSV(B) | 173.01º | 0.76% | 0.75% | - |
| XYZ | 27.35 | 40.88 | 46.49 | - |
| YUV | 145.41 | 144.13 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 174 | 0.76 | 0 | 0.09 | 0.25 | 173.01 | 0.62 | 0.46 |
| Hex | 2D | BF | AE | 4C | 0 | 9 | 19 | AD | 3E | 2E |
| Octal | 55 | 277 | 256 | 114 | 0 | 11 | 31 | 255 | 76 | 56 |
| Binary | 101101 | 10111111 | 10101110 | 1001100 | 0 | 1001 | 11001 | 10101101 | 111110 | 101110 |
Color Harmonies of #2DBFAE
Complementary color
Monochromatic Colors of #2DBFAE
Black with #2DBFAE
Text Example
Text Example
White with #2DBFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBFAE; }
p { color: rgb(45,191,174); }
H1.HeaderClassName
{
color: #2DBFAE;
}
.AnyTagClassName
{
color: #2DBFAE;
}
</style>
background-color css
<style>
a { background-color: #2DBFAE; }
a { background-color: rgb(45,191,174); }
div.DivClassName
{
background-color: #2DBFAE;
}
.BgClassName
{
background-color: #2DBFAE;
}
</style>
border-color css
<style>
span { border-color: #2DBFAE; }
span { border-color: rgb(45,191,174); }
td.TdClassName
{
border-color: #2DBFAE;
}
.TagClassName
{
border-color: #2DBFAE;
}
</style>