Shades of Medium Sea Green #31B27B
Tints of Medium Sea Green #31B27B
RGB
CMYK
RGB Variations
Color information
#31B27B (or 0x31B27B) is known color: Medium Sea Green. HEX triplet: 31, B2 and 7B. RGB value is (49,178,123). Sum of RGB (Red+Green+Blue) = 49+178+123=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #31B27B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31B27B is #CE4D84. Grayscale: #858585. Windows color (decimal): -13520261 or 8106545. OLE color: 8106545.
HSL color Cylindrical-coordinate representation of color #31B27B: hue angle of 154.42º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B27B is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 178 | 123 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.30 |
| HSL | 154.42º | 0.57% | 0.45% | - |
| HSV(B) | 154.42º | 0.72% | 0.7% | - |
| XYZ | 20.76 | 33.92 | 24.19 | - |
| YUV | 133.16 | 122.26 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 178 | 123 | 0.72 | 0 | 0.31 | 0.30 | 154.42 | 0.57 | 0.45 |
| Hex | 31 | B2 | 7B | 48 | 0 | 1F | 1E | 9A | 39 | 2D |
| Octal | 61 | 262 | 173 | 110 | 0 | 37 | 36 | 232 | 71 | 55 |
| Binary | 110001 | 10110010 | 1111011 | 1001000 | 0 | 11111 | 11110 | 10011010 | 111001 | 101101 |
Color Harmonies of #31B27B
Complementary color
Monochromatic Colors of #31B27B
Black with #31B27B
Text Example
Text Example
White with #31B27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B27B; }
p { color: rgb(49,178,123); }
H1.HeaderClassName
{
color: #31B27B;
}
.AnyTagClassName
{
color: #31B27B;
}
</style>
background-color css
<style>
a { background-color: #31B27B; }
a { background-color: rgb(49,178,123); }
div.DivClassName
{
background-color: #31B27B;
}
.BgClassName
{
background-color: #31B27B;
}
</style>
border-color css
<style>
span { border-color: #31B27B; }
span { border-color: rgb(49,178,123); }
td.TdClassName
{
border-color: #31B27B;
}
.TagClassName
{
border-color: #31B27B;
}
</style>