Shades of Light Sea Green #2DBFB3
Tints of Light Sea Green #2DBFB3
RGB
CMYK
RGB Variations
Color information
#2DBFB3 (or 0x2DBFB3) is known color: Light Sea Green. HEX triplet: 2D, BF and B3. RGB value is (45,191,179). Sum of RGB (Red+Green+Blue) = 45+191+179=415 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.84% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBFB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBFB3 is #D2404C. Grayscale: #919191. Windows color (decimal): -13779021 or 11779885. OLE color: 11779885.
HSL color Cylindrical-coordinate representation of color #2DBFB3: hue angle of 175.07º 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 #2DBFB3 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 179 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.25 |
| HSL | 175.07º | 0.62% | 0.46% | - |
| HSV(B) | 175.07º | 0.76% | 0.75% | - |
| XYZ | 27.85 | 41.07 | 49.11 | - |
| YUV | 145.98 | 146.63 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 179 | 0.76 | 0 | 0.06 | 0.25 | 175.07 | 0.62 | 0.46 |
| Hex | 2D | BF | B3 | 4C | 0 | 6 | 19 | AF | 3E | 2E |
| Octal | 55 | 277 | 263 | 114 | 0 | 6 | 31 | 257 | 76 | 56 |
| Binary | 101101 | 10111111 | 10110011 | 1001100 | 0 | 110 | 11001 | 10101111 | 111110 | 101110 |
Color Harmonies of #2DBFB3
Complementary color
Monochromatic Colors of #2DBFB3
Black with #2DBFB3
Text Example
Text Example
White with #2DBFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBFB3; }
p { color: rgb(45,191,179); }
H1.HeaderClassName
{
color: #2DBFB3;
}
.AnyTagClassName
{
color: #2DBFB3;
}
</style>
background-color css
<style>
a { background-color: #2DBFB3; }
a { background-color: rgb(45,191,179); }
div.DivClassName
{
background-color: #2DBFB3;
}
.BgClassName
{
background-color: #2DBFB3;
}
</style>
border-color css
<style>
span { border-color: #2DBFB3; }
span { border-color: rgb(45,191,179); }
td.TdClassName
{
border-color: #2DBFB3;
}
.TagClassName
{
border-color: #2DBFB3;
}
</style>