Shades of Light Sea Green #2DB2A7
Tints of Light Sea Green #2DB2A7
RGB
CMYK
RGB Variations
Color information
#2DB2A7 (or 0x2DB2A7) is known color: Light Sea Green. HEX triplet: 2D, B2 and A7. RGB value is (45,178,167). Sum of RGB (Red+Green+Blue) = 45+178+167=390 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.54% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB2A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DB2A7 is #D24D58. Grayscale: #888888. Windows color (decimal): -13782361 or 10990125. OLE color: 10990125.
HSL color Cylindrical-coordinate representation of color #2DB2A7: hue angle of 175.04º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB2A7 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 167 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.30 |
| HSL | 175.04º | 0.6% | 0.44% | - |
| HSV(B) | 175.04º | 0.75% | 0.7% | - |
| XYZ | 23.98 | 35.19 | 42.09 | - |
| YUV | 136.98 | 144.94 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 167 | 0.75 | 0 | 0.06 | 0.30 | 175.04 | 0.6 | 0.44 |
| Hex | 2D | B2 | A7 | 4B | 0 | 6 | 1E | AF | 3C | 2C |
| Octal | 55 | 262 | 247 | 113 | 0 | 6 | 36 | 257 | 74 | 54 |
| Binary | 101101 | 10110010 | 10100111 | 1001011 | 0 | 110 | 11110 | 10101111 | 111100 | 101100 |
Color Harmonies of #2DB2A7
Complementary color
Monochromatic Colors of #2DB2A7
Black with #2DB2A7
Text Example
Text Example
White with #2DB2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB2A7; }
p { color: rgb(45,178,167); }
H1.HeaderClassName
{
color: #2DB2A7;
}
.AnyTagClassName
{
color: #2DB2A7;
}
</style>
background-color css
<style>
a { background-color: #2DB2A7; }
a { background-color: rgb(45,178,167); }
div.DivClassName
{
background-color: #2DB2A7;
}
.BgClassName
{
background-color: #2DB2A7;
}
</style>
border-color css
<style>
span { border-color: #2DB2A7; }
span { border-color: rgb(45,178,167); }
td.TdClassName
{
border-color: #2DB2A7;
}
.TagClassName
{
border-color: #2DB2A7;
}
</style>