Shades of Medium Sea Green #27C074
Tints of Medium Sea Green #27C074
RGB
CMYK
RGB Variations
Color information
#27C074 (or 0x27C074) is known color: Medium Sea Green. HEX triplet: 27, C0 and 74. RGB value is (39,192,116). Sum of RGB (Red+Green+Blue) = 39+192+116=347 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.24% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #27C074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27C074 is #D83F8B. Grayscale: #898989. Windows color (decimal): -14172044 or 7651367. OLE color: 7651367.
HSL color Cylindrical-coordinate representation of color #27C074: hue angle of 150.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C074 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 192 | 116 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.25 |
| HSL | 150.2º | 0.66% | 0.45% | - |
| HSV(B) | 150.2º | 0.8% | 0.75% | - |
| XYZ | 22.84 | 39.39 | 22.92 | - |
| YUV | 137.59 | 115.81 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 192 | 116 | 0.80 | 0 | 0.40 | 0.25 | 150.2 | 0.66 | 0.45 |
| Hex | 27 | C0 | 74 | 50 | 0 | 28 | 19 | 96 | 42 | 2D |
| Octal | 47 | 300 | 164 | 120 | 0 | 50 | 31 | 226 | 102 | 55 |
| Binary | 100111 | 11000000 | 1110100 | 1010000 | 0 | 101000 | 11001 | 10010110 | 1000010 | 101101 |
Color Harmonies of #27C074
Complementary color
Monochromatic Colors of #27C074
Black with #27C074
Text Example
Text Example
White with #27C074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C074; }
p { color: rgb(39,192,116); }
H1.HeaderClassName
{
color: #27C074;
}
.AnyTagClassName
{
color: #27C074;
}
</style>
background-color css
<style>
a { background-color: #27C074; }
a { background-color: rgb(39,192,116); }
div.DivClassName
{
background-color: #27C074;
}
.BgClassName
{
background-color: #27C074;
}
</style>
border-color css
<style>
span { border-color: #27C074; }
span { border-color: rgb(39,192,116); }
td.TdClassName
{
border-color: #27C074;
}
.TagClassName
{
border-color: #27C074;
}
</style>