Shades of Light Sea Green #2DBFB5
Tints of Light Sea Green #2DBFB5
RGB
CMYK
RGB Variations
Color information
#2DBFB5 (or 0x2DBFB5) is known color: Light Sea Green. HEX triplet: 2D, BF and B5. RGB value is (45,191,181). Sum of RGB (Red+Green+Blue) = 45+191+181=417 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.79% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBFB5 is #D2404A. Grayscale: #929292. Windows color (decimal): -13779019 or 11910957. OLE color: 11910957.
HSL color Cylindrical-coordinate representation of color #2DBFB5: hue angle of 175.89º 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 #2DBFB5 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 181 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.25 |
| HSL | 175.89º | 0.62% | 0.46% | - |
| HSV(B) | 175.89º | 0.76% | 0.75% | - |
| XYZ | 28.05 | 41.16 | 50.18 | - |
| YUV | 146.21 | 147.63 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 181 | 0.76 | 0 | 0.05 | 0.25 | 175.89 | 0.62 | 0.46 |
| Hex | 2D | BF | B5 | 4C | 0 | 5 | 19 | B0 | 3E | 2E |
| Octal | 55 | 277 | 265 | 114 | 0 | 5 | 31 | 260 | 76 | 56 |
| Binary | 101101 | 10111111 | 10110101 | 1001100 | 0 | 101 | 11001 | 10110000 | 111110 | 101110 |
Color Harmonies of #2DBFB5
Complementary color
Monochromatic Colors of #2DBFB5
Black with #2DBFB5
Text Example
Text Example
White with #2DBFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBFB5; }
p { color: rgb(45,191,181); }
H1.HeaderClassName
{
color: #2DBFB5;
}
.AnyTagClassName
{
color: #2DBFB5;
}
</style>
background-color css
<style>
a { background-color: #2DBFB5; }
a { background-color: rgb(45,191,181); }
div.DivClassName
{
background-color: #2DBFB5;
}
.BgClassName
{
background-color: #2DBFB5;
}
</style>
border-color css
<style>
span { border-color: #2DBFB5; }
span { border-color: rgb(45,191,181); }
td.TdClassName
{
border-color: #2DBFB5;
}
.TagClassName
{
border-color: #2DBFB5;
}
</style>