Shades of Light Sea Green #2CCDB7
Tints of Light Sea Green #2CCDB7
RGB
CMYK
RGB Variations
Color information
#2CCDB7 (or 0x2CCDB7) is known color: Light Sea Green. HEX triplet: 2C, CD and B7. RGB value is (44,205,183). Sum of RGB (Red+Green+Blue) = 44+205+183=432 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.19% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCDB7 is #D33248. Grayscale: #9A9A9A. Windows color (decimal): -13840969 or 12045612. OLE color: 12045612.
HSL color Cylindrical-coordinate representation of color #2CCDB7: hue angle of 171.8º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCDB7 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 205 | 183 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.20 |
| HSL | 171.8º | 0.65% | 0.49% | - |
| HSV(B) | 171.8º | 0.79% | 0.8% | - |
| XYZ | 31.42 | 47.62 | 52.33 | - |
| YUV | 154.35 | 144.16 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 183 | 0.79 | 0 | 0.11 | 0.20 | 171.8 | 0.65 | 0.49 |
| Hex | 2C | CD | B7 | 4F | 0 | B | 14 | AC | 41 | 31 |
| Octal | 54 | 315 | 267 | 117 | 0 | 13 | 24 | 254 | 101 | 61 |
| Binary | 101100 | 11001101 | 10110111 | 1001111 | 0 | 1011 | 10100 | 10101100 | 1000001 | 110001 |
Color Harmonies of #2CCDB7
Complementary color
Monochromatic Colors of #2CCDB7
Black with #2CCDB7
Text Example
Text Example
White with #2CCDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCDB7; }
p { color: rgb(44,205,183); }
H1.HeaderClassName
{
color: #2CCDB7;
}
.AnyTagClassName
{
color: #2CCDB7;
}
</style>
background-color css
<style>
a { background-color: #2CCDB7; }
a { background-color: rgb(44,205,183); }
div.DivClassName
{
background-color: #2CCDB7;
}
.BgClassName
{
background-color: #2CCDB7;
}
</style>
border-color css
<style>
span { border-color: #2CCDB7; }
span { border-color: rgb(44,205,183); }
td.TdClassName
{
border-color: #2CCDB7;
}
.TagClassName
{
border-color: #2CCDB7;
}
</style>