Shades of Medium Sea Green #38B27A
Tints of Medium Sea Green #38B27A
RGB
CMYK
RGB Variations
Color information
#38B27A (or 0x38B27A) is known color: Medium Sea Green. HEX triplet: 38, B2 and 7A. RGB value is (56,178,122). Sum of RGB (Red+Green+Blue) = 56+178+122=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #38B27A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38B27A is #C74D85. Grayscale: #878787. Windows color (decimal): -13061510 or 8041016. OLE color: 8041016.
HSL color Cylindrical-coordinate representation of color #38B27A: hue angle of 152.46º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B27A is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 178 | 122 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.30 |
| HSL | 152.46º | 0.52% | 0.46% | - |
| HSV(B) | 152.46º | 0.69% | 0.7% | - |
| XYZ | 21.06 | 34.09 | 23.88 | - |
| YUV | 135.14 | 120.58 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 178 | 122 | 0.69 | 0 | 0.31 | 0.30 | 152.46 | 0.52 | 0.46 |
| Hex | 38 | B2 | 7A | 45 | 0 | 1F | 1E | 98 | 34 | 2E |
| Octal | 70 | 262 | 172 | 105 | 0 | 37 | 36 | 230 | 64 | 56 |
| Binary | 111000 | 10110010 | 1111010 | 1000101 | 0 | 11111 | 11110 | 10011000 | 110100 | 101110 |
Color Harmonies of #38B27A
Complementary color
Monochromatic Colors of #38B27A
Black with #38B27A
Text Example
Text Example
White with #38B27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B27A; }
p { color: rgb(56,178,122); }
H1.HeaderClassName
{
color: #38B27A;
}
.AnyTagClassName
{
color: #38B27A;
}
</style>
background-color css
<style>
a { background-color: #38B27A; }
a { background-color: rgb(56,178,122); }
div.DivClassName
{
background-color: #38B27A;
}
.BgClassName
{
background-color: #38B27A;
}
</style>
border-color css
<style>
span { border-color: #38B27A; }
span { border-color: rgb(56,178,122); }
td.TdClassName
{
border-color: #38B27A;
}
.TagClassName
{
border-color: #38B27A;
}
</style>