Shades of Medium Sea Green #33C27F
Tints of Medium Sea Green #33C27F
RGB
CMYK
RGB Variations
Color information
#33C27F (or 0x33C27F) is known color: Medium Sea Green. HEX triplet: 33, C2 and 7F. RGB value is (51,194,127). Sum of RGB (Red+Green+Blue) = 51+194+127=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #33C27F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C27F is #CC3D80. Grayscale: #8F8F8F. Windows color (decimal): -13385089 or 8372787. OLE color: 8372787.
HSL color Cylindrical-coordinate representation of color #33C27F: hue angle of 151.89º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C27F is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 194 | 127 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.24 |
| HSL | 151.89º | 0.58% | 0.48% | - |
| HSV(B) | 151.89º | 0.74% | 0.76% | - |
| XYZ | 24.49 | 40.82 | 26.67 | - |
| YUV | 143.61 | 118.62 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 194 | 127 | 0.74 | 0 | 0.35 | 0.24 | 151.89 | 0.58 | 0.48 |
| Hex | 33 | C2 | 7F | 4A | 0 | 23 | 18 | 98 | 3A | 30 |
| Octal | 63 | 302 | 177 | 112 | 0 | 43 | 30 | 230 | 72 | 60 |
| Binary | 110011 | 11000010 | 1111111 | 1001010 | 0 | 100011 | 11000 | 10011000 | 111010 | 110000 |
Color Harmonies of #33C27F
Complementary color
Monochromatic Colors of #33C27F
Black with #33C27F
Text Example
Text Example
White with #33C27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C27F; }
p { color: rgb(51,194,127); }
H1.HeaderClassName
{
color: #33C27F;
}
.AnyTagClassName
{
color: #33C27F;
}
</style>
background-color css
<style>
a { background-color: #33C27F; }
a { background-color: rgb(51,194,127); }
div.DivClassName
{
background-color: #33C27F;
}
.BgClassName
{
background-color: #33C27F;
}
</style>
border-color css
<style>
span { border-color: #33C27F; }
span { border-color: rgb(51,194,127); }
td.TdClassName
{
border-color: #33C27F;
}
.TagClassName
{
border-color: #33C27F;
}
</style>