Shades of Medium Sea Green #2CC269
Tints of Medium Sea Green #2CC269
RGB
CMYK
RGB Variations
Color information
#2CC269 (or 0x2CC269) is known color: Medium Sea Green. HEX triplet: 2C, C2 and 69. RGB value is (44,194,105). Sum of RGB (Red+Green+Blue) = 44+194+105=343 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.83% from 343); Green value is 194 (76.17% from 255 or 56.56% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC269 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC269 is #D33D96. Grayscale: #8B8B8B. Windows color (decimal): -13843863 or 6930988. OLE color: 6930988.
HSL color Cylindrical-coordinate representation of color #2CC269: hue angle of 144.4º degrees, saturation: 0.63, 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 #2CC269 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 194 | 105 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.24 |
| HSL | 144.4º | 0.63% | 0.47% | - |
| HSV(B) | 144.4º | 0.77% | 0.76% | - |
| XYZ | 22.88 | 40.14 | 19.91 | - |
| YUV | 139 | 108.81 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 194 | 105 | 0.77 | 0 | 0.46 | 0.24 | 144.4 | 0.63 | 0.47 |
| Hex | 2C | C2 | 69 | 4D | 0 | 2E | 18 | 90 | 3F | 2F |
| Octal | 54 | 302 | 151 | 115 | 0 | 56 | 30 | 220 | 77 | 57 |
| Binary | 101100 | 11000010 | 1101001 | 1001101 | 0 | 101110 | 11000 | 10010000 | 111111 | 101111 |
Color Harmonies of #2CC269
Complementary color
Monochromatic Colors of #2CC269
Black with #2CC269
Text Example
Text Example
White with #2CC269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC269; }
p { color: rgb(44,194,105); }
H1.HeaderClassName
{
color: #2CC269;
}
.AnyTagClassName
{
color: #2CC269;
}
</style>
background-color css
<style>
a { background-color: #2CC269; }
a { background-color: rgb(44,194,105); }
div.DivClassName
{
background-color: #2CC269;
}
.BgClassName
{
background-color: #2CC269;
}
</style>
border-color css
<style>
span { border-color: #2CC269; }
span { border-color: rgb(44,194,105); }
td.TdClassName
{
border-color: #2CC269;
}
.TagClassName
{
border-color: #2CC269;
}
</style>