Shades of Light Sea Green #2DC5BB
Tints of Light Sea Green #2DC5BB
RGB
CMYK
RGB Variations
Color information
#2DC5BB (or 0x2DC5BB) is known color: Light Sea Green. HEX triplet: 2D, C5 and BB. RGB value is (45,197,187). Sum of RGB (Red+Green+Blue) = 45+197+187=429 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.49% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DC5BB is #D23A44. Grayscale: #969696. Windows color (decimal): -13777477 or 12305709. OLE color: 12305709.
HSL color Cylindrical-coordinate representation of color #2DC5BB: hue angle of 176.05º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC5BB is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 197 | 187 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.23 |
| HSL | 176.05º | 0.63% | 0.47% | - |
| HSV(B) | 176.05º | 0.77% | 0.77% | - |
| XYZ | 30.02 | 44.08 | 53.94 | - |
| YUV | 150.41 | 148.64 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 197 | 187 | 0.77 | 0 | 0.05 | 0.23 | 176.05 | 0.63 | 0.47 |
| Hex | 2D | C5 | BB | 4D | 0 | 5 | 17 | B0 | 3F | 2F |
| Octal | 55 | 305 | 273 | 115 | 0 | 5 | 27 | 260 | 77 | 57 |
| Binary | 101101 | 11000101 | 10111011 | 1001101 | 0 | 101 | 10111 | 10110000 | 111111 | 101111 |
Color Harmonies of #2DC5BB
Complementary color
Monochromatic Colors of #2DC5BB
Black with #2DC5BB
Text Example
Text Example
White with #2DC5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC5BB; }
p { color: rgb(45,197,187); }
H1.HeaderClassName
{
color: #2DC5BB;
}
.AnyTagClassName
{
color: #2DC5BB;
}
</style>
background-color css
<style>
a { background-color: #2DC5BB; }
a { background-color: rgb(45,197,187); }
div.DivClassName
{
background-color: #2DC5BB;
}
.BgClassName
{
background-color: #2DC5BB;
}
</style>
border-color css
<style>
span { border-color: #2DC5BB; }
span { border-color: rgb(45,197,187); }
td.TdClassName
{
border-color: #2DC5BB;
}
.TagClassName
{
border-color: #2DC5BB;
}
</style>