Shades of Medium Sea Green #38AB68
Tints of Medium Sea Green #38AB68
RGB
CMYK
RGB Variations
Color information
#38AB68 (or 0x38AB68) is known color: Medium Sea Green. HEX triplet: 38, AB and 68. RGB value is (56,171,104). Sum of RGB (Red+Green+Blue) = 56+171+104=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AB68 is #C75497. Grayscale: #818181. Windows color (decimal): -13063320 or 6859576. OLE color: 6859576.
HSL color Cylindrical-coordinate representation of color #38AB68: hue angle of 145.04º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AB68 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 171 | 104 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.33 |
| HSL | 145.04º | 0.51% | 0.45% | - |
| HSV(B) | 145.04º | 0.67% | 0.67% | - |
| XYZ | 18.69 | 30.97 | 18.09 | - |
| YUV | 128.98 | 113.9 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 171 | 104 | 0.67 | 0 | 0.39 | 0.33 | 145.04 | 0.51 | 0.45 |
| Hex | 38 | AB | 68 | 43 | 0 | 27 | 21 | 91 | 33 | 2D |
| Octal | 70 | 253 | 150 | 103 | 0 | 47 | 41 | 221 | 63 | 55 |
| Binary | 111000 | 10101011 | 1101000 | 1000011 | 0 | 100111 | 100001 | 10010001 | 110011 | 101101 |
Color Harmonies of #38AB68
Complementary color
Monochromatic Colors of #38AB68
Black with #38AB68
Text Example
Text Example
White with #38AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AB68; }
p { color: rgb(56,171,104); }
H1.HeaderClassName
{
color: #38AB68;
}
.AnyTagClassName
{
color: #38AB68;
}
</style>
background-color css
<style>
a { background-color: #38AB68; }
a { background-color: rgb(56,171,104); }
div.DivClassName
{
background-color: #38AB68;
}
.BgClassName
{
background-color: #38AB68;
}
</style>
border-color css
<style>
span { border-color: #38AB68; }
span { border-color: rgb(56,171,104); }
td.TdClassName
{
border-color: #38AB68;
}
.TagClassName
{
border-color: #38AB68;
}
</style>