Shades of Medium Sea Green #27D975
Tints of Medium Sea Green #27D975
RGB
CMYK
RGB Variations
Color information
#27D975 (or 0x27D975) is known color: Medium Sea Green. HEX triplet: 27, D9 and 75. RGB value is (39,217,117). Sum of RGB (Red+Green+Blue) = 39+217+117=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 217 (85.16% from 255 or 58.18% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 217 - color contains mainly: green. Hex color #27D975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27D975 is #D8268A. Grayscale: #989898. Windows color (decimal): -14165643 or 7723303. OLE color: 7723303.
HSL color Cylindrical-coordinate representation of color #27D975: hue angle of 146.29º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D975 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 217 | 117 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.15 |
| HSL | 146.29º | 0.7% | 0.5% | - |
| HSV(B) | 146.29º | 0.82% | 0.85% | - |
| XYZ | 28.86 | 51.34 | 25.22 | - |
| YUV | 152.38 | 108.03 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 217 | 117 | 0.82 | 0 | 0.46 | 0.15 | 146.29 | 0.7 | 0.5 |
| Hex | 27 | D9 | 75 | 52 | 0 | 2E | F | 92 | 46 | 32 |
| Octal | 47 | 331 | 165 | 122 | 0 | 56 | 17 | 222 | 106 | 62 |
| Binary | 100111 | 11011001 | 1110101 | 1010010 | 0 | 101110 | 1111 | 10010010 | 1000110 | 110010 |
Color Harmonies of #27D975
Complementary color
Monochromatic Colors of #27D975
Black with #27D975
Text Example
Text Example
White with #27D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D975; }
p { color: rgb(39,217,117); }
H1.HeaderClassName
{
color: #27D975;
}
.AnyTagClassName
{
color: #27D975;
}
</style>
background-color css
<style>
a { background-color: #27D975; }
a { background-color: rgb(39,217,117); }
div.DivClassName
{
background-color: #27D975;
}
.BgClassName
{
background-color: #27D975;
}
</style>
border-color css
<style>
span { border-color: #27D975; }
span { border-color: rgb(39,217,117); }
td.TdClassName
{
border-color: #27D975;
}
.TagClassName
{
border-color: #27D975;
}
</style>