Shades of Light Sea Green #2DB6BE
Tints of Light Sea Green #2DB6BE
RGB
CMYK
RGB Variations
Color information
#2DB6BE (or 0x2DB6BE) is known color: Light Sea Green. HEX triplet: 2D, B6 and BE. RGB value is (45,182,190). Sum of RGB (Red+Green+Blue) = 45+182+190=417 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.79% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #2DB6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DB6BE is #D24941. Grayscale: #8D8D8D. Windows color (decimal): -13781314 or 12498477. OLE color: 12498477.
HSL color Cylindrical-coordinate representation of color #2DB6BE: hue angle of 183.31º 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 #2DB6BE is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 182 | 190 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.25 |
| HSL | 183.31º | 0.62% | 0.46% | - |
| HSV(B) | 183.31º | 0.76% | 0.75% | - |
| XYZ | 27.1 | 37.73 | 54.57 | - |
| YUV | 141.95 | 155.11 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 190 | 0.76 | 0.04 | 0 | 0.25 | 183.31 | 0.62 | 0.46 |
| Hex | 2D | B6 | BE | 4C | 4 | 0 | 19 | B7 | 3E | 2E |
| Octal | 55 | 266 | 276 | 114 | 4 | 0 | 31 | 267 | 76 | 56 |
| Binary | 101101 | 10110110 | 10111110 | 1001100 | 100 | 0 | 11001 | 10110111 | 111110 | 101110 |
Color Harmonies of #2DB6BE
Complementary color
Monochromatic Colors of #2DB6BE
Black with #2DB6BE
Text Example
Text Example
White with #2DB6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB6BE; }
p { color: rgb(45,182,190); }
H1.HeaderClassName
{
color: #2DB6BE;
}
.AnyTagClassName
{
color: #2DB6BE;
}
</style>
background-color css
<style>
a { background-color: #2DB6BE; }
a { background-color: rgb(45,182,190); }
div.DivClassName
{
background-color: #2DB6BE;
}
.BgClassName
{
background-color: #2DB6BE;
}
</style>
border-color css
<style>
span { border-color: #2DB6BE; }
span { border-color: rgb(45,182,190); }
td.TdClassName
{
border-color: #2DB6BE;
}
.TagClassName
{
border-color: #2DB6BE;
}
</style>