Shades of Medium Sea Green #38C97B
Tints of Medium Sea Green #38C97B
RGB
CMYK
RGB Variations
Color information
#38C97B (or 0x38C97B) is known color: Medium Sea Green. HEX triplet: 38, C9 and 7B. RGB value is (56,201,123). Sum of RGB (Red+Green+Blue) = 56+201+123=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 201 (78.91% from 255 or 52.89% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 201 - color contains mainly: green. Hex color #38C97B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C97B is #C73684. Grayscale: #949494. Windows color (decimal): -13055621 or 8112440. OLE color: 8112440.
HSL color Cylindrical-coordinate representation of color #38C97B: hue angle of 147.72º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C97B is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 201 | 123 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.21 |
| HSL | 147.72º | 0.57% | 0.5% | - |
| HSV(B) | 147.72º | 0.72% | 0.79% | - |
| XYZ | 26.09 | 44.04 | 25.87 | - |
| YUV | 148.75 | 113.46 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 201 | 123 | 0.72 | 0 | 0.39 | 0.21 | 147.72 | 0.57 | 0.5 |
| Hex | 38 | C9 | 7B | 48 | 0 | 27 | 15 | 94 | 39 | 32 |
| Octal | 70 | 311 | 173 | 110 | 0 | 47 | 25 | 224 | 71 | 62 |
| Binary | 111000 | 11001001 | 1111011 | 1001000 | 0 | 100111 | 10101 | 10010100 | 111001 | 110010 |
Color Harmonies of #38C97B
Complementary color
Monochromatic Colors of #38C97B
Black with #38C97B
Text Example
Text Example
White with #38C97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C97B; }
p { color: rgb(56,201,123); }
H1.HeaderClassName
{
color: #38C97B;
}
.AnyTagClassName
{
color: #38C97B;
}
</style>
background-color css
<style>
a { background-color: #38C97B; }
a { background-color: rgb(56,201,123); }
div.DivClassName
{
background-color: #38C97B;
}
.BgClassName
{
background-color: #38C97B;
}
</style>
border-color css
<style>
span { border-color: #38C97B; }
span { border-color: rgb(56,201,123); }
td.TdClassName
{
border-color: #38C97B;
}
.TagClassName
{
border-color: #38C97B;
}
</style>