Shades of Light Sea Green #2DBCA6
Tints of Light Sea Green #2DBCA6
RGB
CMYK
RGB Variations
Color information
#2DBCA6 (or 0x2DBCA6) is known color: Light Sea Green. HEX triplet: 2D, BC and A6. RGB value is (45,188,166). Sum of RGB (Red+Green+Blue) = 45+188+166=399 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.28% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBCA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBCA6 is #D24359. Grayscale: #8E8E8E. Windows color (decimal): -13779802 or 10927149. OLE color: 10927149.
HSL color Cylindrical-coordinate representation of color #2DBCA6: hue angle of 170.77º degrees, saturation: 0.61, 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 #2DBCA6 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 166 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.26 |
| HSL | 170.77º | 0.61% | 0.46% | - |
| HSV(B) | 170.77º | 0.76% | 0.74% | - |
| XYZ | 25.95 | 39.28 | 42.29 | - |
| YUV | 142.74 | 141.12 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 166 | 0.76 | 0 | 0.12 | 0.26 | 170.77 | 0.61 | 0.46 |
| Hex | 2D | BC | A6 | 4C | 0 | C | 1A | AB | 3D | 2E |
| Octal | 55 | 274 | 246 | 114 | 0 | 14 | 32 | 253 | 75 | 56 |
| Binary | 101101 | 10111100 | 10100110 | 1001100 | 0 | 1100 | 11010 | 10101011 | 111101 | 101110 |
Color Harmonies of #2DBCA6
Complementary color
Monochromatic Colors of #2DBCA6
Black with #2DBCA6
Text Example
Text Example
White with #2DBCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCA6; }
p { color: rgb(45,188,166); }
H1.HeaderClassName
{
color: #2DBCA6;
}
.AnyTagClassName
{
color: #2DBCA6;
}
</style>
background-color css
<style>
a { background-color: #2DBCA6; }
a { background-color: rgb(45,188,166); }
div.DivClassName
{
background-color: #2DBCA6;
}
.BgClassName
{
background-color: #2DBCA6;
}
</style>
border-color css
<style>
span { border-color: #2DBCA6; }
span { border-color: rgb(45,188,166); }
td.TdClassName
{
border-color: #2DBCA6;
}
.TagClassName
{
border-color: #2DBCA6;
}
</style>