Shades of Light Sea Green #2DBFAA
Tints of Light Sea Green #2DBFAA
RGB
CMYK
RGB Variations
Color information
#2DBFAA (or 0x2DBFAA) is known color: Light Sea Green. HEX triplet: 2D, BF and AA. RGB value is (45,191,170). Sum of RGB (Red+Green+Blue) = 45+191+170=406 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.08% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBFAA is #D24055. Grayscale: #909090. Windows color (decimal): -13779030 or 11190061. OLE color: 11190061.
HSL color Cylindrical-coordinate representation of color #2DBFAA: hue angle of 171.37º 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 #2DBFAA is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 170 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.25 |
| HSL | 171.37º | 0.62% | 0.46% | - |
| HSV(B) | 171.37º | 0.76% | 0.75% | - |
| XYZ | 26.97 | 40.72 | 44.47 | - |
| YUV | 144.95 | 142.13 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 170 | 0.76 | 0 | 0.11 | 0.25 | 171.37 | 0.62 | 0.46 |
| Hex | 2D | BF | AA | 4C | 0 | B | 19 | AB | 3E | 2E |
| Octal | 55 | 277 | 252 | 114 | 0 | 13 | 31 | 253 | 76 | 56 |
| Binary | 101101 | 10111111 | 10101010 | 1001100 | 0 | 1011 | 11001 | 10101011 | 111110 | 101110 |
Color Harmonies of #2DBFAA
Complementary color
Monochromatic Colors of #2DBFAA
Black with #2DBFAA
Text Example
Text Example
White with #2DBFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBFAA; }
p { color: rgb(45,191,170); }
H1.HeaderClassName
{
color: #2DBFAA;
}
.AnyTagClassName
{
color: #2DBFAA;
}
</style>
background-color css
<style>
a { background-color: #2DBFAA; }
a { background-color: rgb(45,191,170); }
div.DivClassName
{
background-color: #2DBFAA;
}
.BgClassName
{
background-color: #2DBFAA;
}
</style>
border-color css
<style>
span { border-color: #2DBFAA; }
span { border-color: rgb(45,191,170); }
td.TdClassName
{
border-color: #2DBFAA;
}
.TagClassName
{
border-color: #2DBFAA;
}
</style>