Shades of Medium Sea Green #38B068
Tints of Medium Sea Green #38B068
RGB
CMYK
RGB Variations
Color information
#38B068 (or 0x38B068) is known color: Medium Sea Green. HEX triplet: 38, B0 and 68. RGB value is (56,176,104). Sum of RGB (Red+Green+Blue) = 56+176+104=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 176 (69.14% from 255 or 52.38% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 176 - color contains mainly: green. Hex color #38B068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38B068 is #C74F97. Grayscale: #848484. Windows color (decimal): -13062040 or 6860856. OLE color: 6860856.
HSL color Cylindrical-coordinate representation of color #38B068: hue angle of 144º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38B068 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 176 | 104 | - |
| CMYK | 0.68 | 0 | 0.41 | 0.31 |
| HSL | 144º | 0.52% | 0.45% | - |
| HSV(B) | 144º | 0.68% | 0.69% | - |
| XYZ | 19.65 | 32.89 | 18.41 | - |
| YUV | 131.91 | 112.24 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 176 | 104 | 0.68 | 0 | 0.41 | 0.31 | 144 | 0.52 | 0.45 |
| Hex | 38 | B0 | 68 | 44 | 0 | 29 | 1F | 90 | 34 | 2D |
| Octal | 70 | 260 | 150 | 104 | 0 | 51 | 37 | 220 | 64 | 55 |
| Binary | 111000 | 10110000 | 1101000 | 1000100 | 0 | 101001 | 11111 | 10010000 | 110100 | 101101 |
Color Harmonies of #38B068
Complementary color
Monochromatic Colors of #38B068
Black with #38B068
Text Example
Text Example
White with #38B068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B068; }
p { color: rgb(56,176,104); }
H1.HeaderClassName
{
color: #38B068;
}
.AnyTagClassName
{
color: #38B068;
}
</style>
background-color css
<style>
a { background-color: #38B068; }
a { background-color: rgb(56,176,104); }
div.DivClassName
{
background-color: #38B068;
}
.BgClassName
{
background-color: #38B068;
}
</style>
border-color css
<style>
span { border-color: #38B068; }
span { border-color: rgb(56,176,104); }
td.TdClassName
{
border-color: #38B068;
}
.TagClassName
{
border-color: #38B068;
}
</style>