Shades of Medium Sea Green #38B87F
Tints of Medium Sea Green #38B87F
RGB
CMYK
RGB Variations
Color information
#38B87F (or 0x38B87F) is known color: Medium Sea Green. HEX triplet: 38, B8 and 7F. RGB value is (56,184,127). Sum of RGB (Red+Green+Blue) = 56+184+127=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #38B87F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B87F is #C74780. Grayscale: #8B8B8B. Windows color (decimal): -13059969 or 8370232. OLE color: 8370232.
HSL color Cylindrical-coordinate representation of color #38B87F: hue angle of 153.28º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B87F is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 184 | 127 | - |
| CMYK | 0.70 | 0 | 0.31 | 0.28 |
| HSL | 153.28º | 0.53% | 0.47% | - |
| HSV(B) | 153.28º | 0.7% | 0.72% | - |
| XYZ | 22.6 | 36.65 | 25.96 | - |
| YUV | 139.23 | 121.09 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 184 | 127 | 0.70 | 0 | 0.31 | 0.28 | 153.28 | 0.53 | 0.47 |
| Hex | 38 | B8 | 7F | 46 | 0 | 1F | 1C | 99 | 35 | 2F |
| Octal | 70 | 270 | 177 | 106 | 0 | 37 | 34 | 231 | 65 | 57 |
| Binary | 111000 | 10111000 | 1111111 | 1000110 | 0 | 11111 | 11100 | 10011001 | 110101 | 101111 |
Color Harmonies of #38B87F
Complementary color
Monochromatic Colors of #38B87F
Black with #38B87F
Text Example
Text Example
White with #38B87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B87F; }
p { color: rgb(56,184,127); }
H1.HeaderClassName
{
color: #38B87F;
}
.AnyTagClassName
{
color: #38B87F;
}
</style>
background-color css
<style>
a { background-color: #38B87F; }
a { background-color: rgb(56,184,127); }
div.DivClassName
{
background-color: #38B87F;
}
.BgClassName
{
background-color: #38B87F;
}
</style>
border-color css
<style>
span { border-color: #38B87F; }
span { border-color: rgb(56,184,127); }
td.TdClassName
{
border-color: #38B87F;
}
.TagClassName
{
border-color: #38B87F;
}
</style>