Shades of Medium Sea Green #38B168
Tints of Medium Sea Green #38B168
RGB
CMYK
RGB Variations
Color information
#38B168 (or 0x38B168) is known color: Medium Sea Green. HEX triplet: 38, B1 and 68. RGB value is (56,177,104). Sum of RGB (Red+Green+Blue) = 56+177+104=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #38B168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38B168 is #C74E97. Grayscale: #848484. Windows color (decimal): -13061784 or 6861112. OLE color: 6861112.
HSL color Cylindrical-coordinate representation of color #38B168: hue angle of 143.8º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38B168 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 177 | 104 | - |
| CMYK | 0.68 | 0 | 0.41 | 0.31 |
| HSL | 143.8º | 0.52% | 0.46% | - |
| HSV(B) | 143.8º | 0.68% | 0.69% | - |
| XYZ | 19.85 | 33.28 | 18.47 | - |
| YUV | 132.5 | 111.91 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 177 | 104 | 0.68 | 0 | 0.41 | 0.31 | 143.8 | 0.52 | 0.46 |
| Hex | 38 | B1 | 68 | 44 | 0 | 29 | 1F | 90 | 34 | 2E |
| Octal | 70 | 261 | 150 | 104 | 0 | 51 | 37 | 220 | 64 | 56 |
| Binary | 111000 | 10110001 | 1101000 | 1000100 | 0 | 101001 | 11111 | 10010000 | 110100 | 101110 |
Color Harmonies of #38B168
Complementary color
Monochromatic Colors of #38B168
Black with #38B168
Text Example
Text Example
White with #38B168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B168; }
p { color: rgb(56,177,104); }
H1.HeaderClassName
{
color: #38B168;
}
.AnyTagClassName
{
color: #38B168;
}
</style>
background-color css
<style>
a { background-color: #38B168; }
a { background-color: rgb(56,177,104); }
div.DivClassName
{
background-color: #38B168;
}
.BgClassName
{
background-color: #38B168;
}
</style>
border-color css
<style>
span { border-color: #38B168; }
span { border-color: rgb(56,177,104); }
td.TdClassName
{
border-color: #38B168;
}
.TagClassName
{
border-color: #38B168;
}
</style>