Shades of Light Sea Green #2DC3BE
Tints of Light Sea Green #2DC3BE
RGB
CMYK
RGB Variations
Color information
#2DC3BE (or 0x2DC3BE) is known color: Light Sea Green. HEX triplet: 2D, C3 and BE. RGB value is (45,195,190). Sum of RGB (Red+Green+Blue) = 45+195+190=430 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.47% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC3BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DC3BE is #D23C41. Grayscale: #959595. Windows color (decimal): -13777986 or 12501805. OLE color: 12501805.
HSL color Cylindrical-coordinate representation of color #2DC3BE: hue angle of 178º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC3BE is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 195 | 190 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.24 |
| HSL | 178º | 0.63% | 0.47% | - |
| HSV(B) | 178º | 0.77% | 0.76% | - |
| XYZ | 29.89 | 43.31 | 55.5 | - |
| YUV | 149.58 | 150.81 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 195 | 190 | 0.77 | 0 | 0.03 | 0.24 | 178 | 0.63 | 0.47 |
| Hex | 2D | C3 | BE | 4D | 0 | 3 | 18 | B2 | 3E | 2F |
| Octal | 55 | 303 | 276 | 115 | 0 | 3 | 30 | 262 | 76 | 57 |
| Binary | 101101 | 11000011 | 10111110 | 1001101 | 0 | 11 | 11000 | 10110010 | 111110 | 101111 |
Color Harmonies of #2DC3BE
Complementary color
Monochromatic Colors of #2DC3BE
Black with #2DC3BE
Text Example
Text Example
White with #2DC3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC3BE; }
p { color: rgb(45,195,190); }
H1.HeaderClassName
{
color: #2DC3BE;
}
.AnyTagClassName
{
color: #2DC3BE;
}
</style>
background-color css
<style>
a { background-color: #2DC3BE; }
a { background-color: rgb(45,195,190); }
div.DivClassName
{
background-color: #2DC3BE;
}
.BgClassName
{
background-color: #2DC3BE;
}
</style>
border-color css
<style>
span { border-color: #2DC3BE; }
span { border-color: rgb(45,195,190); }
td.TdClassName
{
border-color: #2DC3BE;
}
.TagClassName
{
border-color: #2DC3BE;
}
</style>