Shades of Light Sea Green #2DBCC5
Tints of Light Sea Green #2DBCC5
RGB
CMYK
RGB Variations
Color information
#2DBCC5 (or 0x2DBCC5) is known color: Light Sea Green. HEX triplet: 2D, BC and C5. RGB value is (45,188,197). Sum of RGB (Red+Green+Blue) = 45+188+197=430 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.47% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 197 - color contains mainly: blue. Hex color #2DBCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBCC5 is #D2433A. Grayscale: #929292. Windows color (decimal): -13779771 or 12958765. OLE color: 12958765.
HSL color Cylindrical-coordinate representation of color #2DBCC5: hue angle of 183.55º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DBCC5 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 188 | 197 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.23 |
| HSL | 183.55º | 0.63% | 0.47% | - |
| HSV(B) | 183.55º | 0.77% | 0.77% | - |
| XYZ | 29.14 | 40.56 | 59.12 | - |
| YUV | 146.27 | 156.62 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 197 | 0.77 | 0.05 | 0 | 0.23 | 183.55 | 0.63 | 0.47 |
| Hex | 2D | BC | C5 | 4D | 5 | 0 | 17 | B8 | 3F | 2F |
| Octal | 55 | 274 | 305 | 115 | 5 | 0 | 27 | 270 | 77 | 57 |
| Binary | 101101 | 10111100 | 11000101 | 1001101 | 101 | 0 | 10111 | 10111000 | 111111 | 101111 |
Color Harmonies of #2DBCC5
Complementary color
Monochromatic Colors of #2DBCC5
Black with #2DBCC5
Text Example
Text Example
White with #2DBCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCC5; }
p { color: rgb(45,188,197); }
H1.HeaderClassName
{
color: #2DBCC5;
}
.AnyTagClassName
{
color: #2DBCC5;
}
</style>
background-color css
<style>
a { background-color: #2DBCC5; }
a { background-color: rgb(45,188,197); }
div.DivClassName
{
background-color: #2DBCC5;
}
.BgClassName
{
background-color: #2DBCC5;
}
</style>
border-color css
<style>
span { border-color: #2DBCC5; }
span { border-color: rgb(45,188,197); }
td.TdClassName
{
border-color: #2DBCC5;
}
.TagClassName
{
border-color: #2DBCC5;
}
</style>