Shades of Light Sea Green #2DB2BB
Tints of Light Sea Green #2DB2BB
RGB
CMYK
RGB Variations
Color information
#2DB2BB (or 0x2DB2BB) is known color: Light Sea Green. HEX triplet: 2D, B2 and BB. RGB value is (45,178,187). Sum of RGB (Red+Green+Blue) = 45+178+187=410 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.98% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #2DB2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DB2BB is #D24D44. Grayscale: #8B8B8B. Windows color (decimal): -13782341 or 12300845. OLE color: 12300845.
HSL color Cylindrical-coordinate representation of color #2DB2BB: hue angle of 183.8º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB2BB is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 178 | 187 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.27 |
| HSL | 183.8º | 0.61% | 0.45% | - |
| HSV(B) | 183.8º | 0.76% | 0.73% | - |
| XYZ | 25.97 | 35.99 | 52.59 | - |
| YUV | 139.26 | 154.94 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 187 | 0.76 | 0.05 | 0 | 0.27 | 183.8 | 0.61 | 0.45 |
| Hex | 2D | B2 | BB | 4C | 5 | 0 | 1B | B8 | 3D | 2D |
| Octal | 55 | 262 | 273 | 114 | 5 | 0 | 33 | 270 | 75 | 55 |
| Binary | 101101 | 10110010 | 10111011 | 1001100 | 101 | 0 | 11011 | 10111000 | 111101 | 101101 |
Color Harmonies of #2DB2BB
Complementary color
Monochromatic Colors of #2DB2BB
Black with #2DB2BB
Text Example
Text Example
White with #2DB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB2BB; }
p { color: rgb(45,178,187); }
H1.HeaderClassName
{
color: #2DB2BB;
}
.AnyTagClassName
{
color: #2DB2BB;
}
</style>
background-color css
<style>
a { background-color: #2DB2BB; }
a { background-color: rgb(45,178,187); }
div.DivClassName
{
background-color: #2DB2BB;
}
.BgClassName
{
background-color: #2DB2BB;
}
</style>
border-color css
<style>
span { border-color: #2DB2BB; }
span { border-color: rgb(45,178,187); }
td.TdClassName
{
border-color: #2DB2BB;
}
.TagClassName
{
border-color: #2DB2BB;
}
</style>