Shades of Light Sea Green #2DB1BE
Tints of Light Sea Green #2DB1BE
RGB
CMYK
RGB Variations
Color information
#2DB1BE (or 0x2DB1BE) is known color: Light Sea Green. HEX triplet: 2D, B1 and BE. RGB value is (45,177,190). Sum of RGB (Red+Green+Blue) = 45+177+190=412 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.92% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #2DB1BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DB1BE is #D24E41. Grayscale: #8A8A8A. Windows color (decimal): -13782594 or 12497197. OLE color: 12497197.
HSL color Cylindrical-coordinate representation of color #2DB1BE: hue angle of 185.38º 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 #2DB1BE is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 177 | 190 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.25 |
| HSL | 185.38º | 0.62% | 0.46% | - |
| HSV(B) | 185.38º | 0.76% | 0.75% | - |
| XYZ | 26.1 | 35.72 | 54.23 | - |
| YUV | 139.01 | 156.77 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 177 | 190 | 0.76 | 0.07 | 0 | 0.25 | 185.38 | 0.62 | 0.46 |
| Hex | 2D | B1 | BE | 4C | 7 | 0 | 19 | B9 | 3E | 2E |
| Octal | 55 | 261 | 276 | 114 | 7 | 0 | 31 | 271 | 76 | 56 |
| Binary | 101101 | 10110001 | 10111110 | 1001100 | 111 | 0 | 11001 | 10111001 | 111110 | 101110 |
Color Harmonies of #2DB1BE
Complementary color
Monochromatic Colors of #2DB1BE
Black with #2DB1BE
Text Example
Text Example
White with #2DB1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB1BE; }
p { color: rgb(45,177,190); }
H1.HeaderClassName
{
color: #2DB1BE;
}
.AnyTagClassName
{
color: #2DB1BE;
}
</style>
background-color css
<style>
a { background-color: #2DB1BE; }
a { background-color: rgb(45,177,190); }
div.DivClassName
{
background-color: #2DB1BE;
}
.BgClassName
{
background-color: #2DB1BE;
}
</style>
border-color css
<style>
span { border-color: #2DB1BE; }
span { border-color: rgb(45,177,190); }
td.TdClassName
{
border-color: #2DB1BE;
}
.TagClassName
{
border-color: #2DB1BE;
}
</style>