Shades of Light Sea Green #2DB0BD
Tints of Light Sea Green #2DB0BD
RGB
CMYK
RGB Variations
Color information
#2DB0BD (or 0x2DB0BD) is known color: Light Sea Green. HEX triplet: 2D, B0 and BD. RGB value is (45,176,189). Sum of RGB (Red+Green+Blue) = 45+176+189=410 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.98% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #2DB0BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DB0BD is #D24F42. Grayscale: #8A8A8A. Windows color (decimal): -13782851 or 12431405. OLE color: 12431405.
HSL color Cylindrical-coordinate representation of color #2DB0BD: hue angle of 185.42º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB0BD is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 176 | 189 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.26 |
| HSL | 185.42º | 0.62% | 0.46% | - |
| HSV(B) | 185.42º | 0.76% | 0.74% | - |
| XYZ | 25.79 | 35.28 | 53.59 | - |
| YUV | 138.31 | 156.6 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 176 | 189 | 0.76 | 0.07 | 0 | 0.26 | 185.42 | 0.62 | 0.46 |
| Hex | 2D | B0 | BD | 4C | 7 | 0 | 1A | B9 | 3E | 2E |
| Octal | 55 | 260 | 275 | 114 | 7 | 0 | 32 | 271 | 76 | 56 |
| Binary | 101101 | 10110000 | 10111101 | 1001100 | 111 | 0 | 11010 | 10111001 | 111110 | 101110 |
Color Harmonies of #2DB0BD
Complementary color
Monochromatic Colors of #2DB0BD
Black with #2DB0BD
Text Example
Text Example
White with #2DB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB0BD; }
p { color: rgb(45,176,189); }
H1.HeaderClassName
{
color: #2DB0BD;
}
.AnyTagClassName
{
color: #2DB0BD;
}
</style>
background-color css
<style>
a { background-color: #2DB0BD; }
a { background-color: rgb(45,176,189); }
div.DivClassName
{
background-color: #2DB0BD;
}
.BgClassName
{
background-color: #2DB0BD;
}
</style>
border-color css
<style>
span { border-color: #2DB0BD; }
span { border-color: rgb(45,176,189); }
td.TdClassName
{
border-color: #2DB0BD;
}
.TagClassName
{
border-color: #2DB0BD;
}
</style>