Shades of Light Sea Green #2DC6BF
Tints of Light Sea Green #2DC6BF
RGB
CMYK
RGB Variations
Color information
#2DC6BF (or 0x2DC6BF) is known color: Light Sea Green. HEX triplet: 2D, C6 and BF. RGB value is (45,198,191). Sum of RGB (Red+Green+Blue) = 45+198+191=434 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.37% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC6BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DC6BF is #D23940. Grayscale: #979797. Windows color (decimal): -13777217 or 12568109. OLE color: 12568109.
HSL color Cylindrical-coordinate representation of color #2DC6BF: hue angle of 177.25º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC6BF is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 198 | 191 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.22 |
| HSL | 177.25º | 0.63% | 0.48% | - |
| HSV(B) | 177.25º | 0.77% | 0.78% | - |
| XYZ | 30.68 | 44.71 | 56.3 | - |
| YUV | 151.46 | 150.31 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 198 | 191 | 0.77 | 0 | 0.04 | 0.22 | 177.25 | 0.63 | 0.48 |
| Hex | 2D | C6 | BF | 4D | 0 | 4 | 16 | B1 | 3F | 30 |
| Octal | 55 | 306 | 277 | 115 | 0 | 4 | 26 | 261 | 77 | 60 |
| Binary | 101101 | 11000110 | 10111111 | 1001101 | 0 | 100 | 10110 | 10110001 | 111111 | 110000 |
Color Harmonies of #2DC6BF
Complementary color
Monochromatic Colors of #2DC6BF
Black with #2DC6BF
Text Example
Text Example
White with #2DC6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC6BF; }
p { color: rgb(45,198,191); }
H1.HeaderClassName
{
color: #2DC6BF;
}
.AnyTagClassName
{
color: #2DC6BF;
}
</style>
background-color css
<style>
a { background-color: #2DC6BF; }
a { background-color: rgb(45,198,191); }
div.DivClassName
{
background-color: #2DC6BF;
}
.BgClassName
{
background-color: #2DC6BF;
}
</style>
border-color css
<style>
span { border-color: #2DC6BF; }
span { border-color: rgb(45,198,191); }
td.TdClassName
{
border-color: #2DC6BF;
}
.TagClassName
{
border-color: #2DC6BF;
}
</style>