Shades of Light Sea Green #2DC3BF
Tints of Light Sea Green #2DC3BF
RGB
CMYK
RGB Variations
Color information
#2DC3BF (or 0x2DC3BF) is known color: Light Sea Green. HEX triplet: 2D, C3 and BF. RGB value is (45,195,191). Sum of RGB (Red+Green+Blue) = 45+195+191=431 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.44% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC3BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DC3BF is #D23C40. Grayscale: #959595. Windows color (decimal): -13777985 or 12567341. OLE color: 12567341.
HSL color Cylindrical-coordinate representation of color #2DC3BF: hue angle of 178.4º 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 #2DC3BF is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 195 | 191 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.24 |
| HSL | 178.4º | 0.63% | 0.47% | - |
| HSV(B) | 178.4º | 0.77% | 0.76% | - |
| XYZ | 30 | 43.35 | 56.08 | - |
| YUV | 149.69 | 151.31 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 195 | 191 | 0.77 | 0 | 0.02 | 0.24 | 178.4 | 0.63 | 0.47 |
| Hex | 2D | C3 | BF | 4D | 0 | 2 | 18 | B2 | 3E | 2F |
| Octal | 55 | 303 | 277 | 115 | 0 | 2 | 30 | 262 | 76 | 57 |
| Binary | 101101 | 11000011 | 10111111 | 1001101 | 0 | 10 | 11000 | 10110010 | 111110 | 101111 |
Color Harmonies of #2DC3BF
Complementary color
Monochromatic Colors of #2DC3BF
Black with #2DC3BF
Text Example
Text Example
White with #2DC3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC3BF; }
p { color: rgb(45,195,191); }
H1.HeaderClassName
{
color: #2DC3BF;
}
.AnyTagClassName
{
color: #2DC3BF;
}
</style>
background-color css
<style>
a { background-color: #2DC3BF; }
a { background-color: rgb(45,195,191); }
div.DivClassName
{
background-color: #2DC3BF;
}
.BgClassName
{
background-color: #2DC3BF;
}
</style>
border-color css
<style>
span { border-color: #2DC3BF; }
span { border-color: rgb(45,195,191); }
td.TdClassName
{
border-color: #2DC3BF;
}
.TagClassName
{
border-color: #2DC3BF;
}
</style>