Shades of Light Sea Green #2DBFA8
Tints of Light Sea Green #2DBFA8
RGB
CMYK
RGB Variations
Color information
#2DBFA8 (or 0x2DBFA8) is known color: Light Sea Green. HEX triplet: 2D, BF and A8. RGB value is (45,191,168). Sum of RGB (Red+Green+Blue) = 45+191+168=404 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.14% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBFA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBFA8 is #D24057. Grayscale: #909090. Windows color (decimal): -13779032 or 11058989. OLE color: 11058989.
HSL color Cylindrical-coordinate representation of color #2DBFA8: hue angle of 170.55º 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 #2DBFA8 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 168 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.25 |
| HSL | 170.55º | 0.62% | 0.46% | - |
| HSV(B) | 170.55º | 0.76% | 0.75% | - |
| XYZ | 26.78 | 40.65 | 43.48 | - |
| YUV | 144.72 | 141.13 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 168 | 0.76 | 0 | 0.12 | 0.25 | 170.55 | 0.62 | 0.46 |
| Hex | 2D | BF | A8 | 4C | 0 | C | 19 | AB | 3E | 2E |
| Octal | 55 | 277 | 250 | 114 | 0 | 14 | 31 | 253 | 76 | 56 |
| Binary | 101101 | 10111111 | 10101000 | 1001100 | 0 | 1100 | 11001 | 10101011 | 111110 | 101110 |
Color Harmonies of #2DBFA8
Complementary color
Monochromatic Colors of #2DBFA8
Black with #2DBFA8
Text Example
Text Example
White with #2DBFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBFA8; }
p { color: rgb(45,191,168); }
H1.HeaderClassName
{
color: #2DBFA8;
}
.AnyTagClassName
{
color: #2DBFA8;
}
</style>
background-color css
<style>
a { background-color: #2DBFA8; }
a { background-color: rgb(45,191,168); }
div.DivClassName
{
background-color: #2DBFA8;
}
.BgClassName
{
background-color: #2DBFA8;
}
</style>
border-color css
<style>
span { border-color: #2DBFA8; }
span { border-color: rgb(45,191,168); }
td.TdClassName
{
border-color: #2DBFA8;
}
.TagClassName
{
border-color: #2DBFA8;
}
</style>