Shades of Medium Sea Green #38AF68
Tints of Medium Sea Green #38AF68
RGB
CMYK
RGB Variations
Color information
#38AF68 (or 0x38AF68) is known color: Medium Sea Green. HEX triplet: 38, AF and 68. RGB value is (56,175,104). Sum of RGB (Red+Green+Blue) = 56+175+104=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AF68 is #C75097. Grayscale: #838383. Windows color (decimal): -13062296 or 6860600. OLE color: 6860600.
HSL color Cylindrical-coordinate representation of color #38AF68: hue angle of 144.2º 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 #38AF68 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 175 | 104 | - |
| CMYK | 0.68 | 0 | 0.41 | 0.31 |
| HSL | 144.2º | 0.52% | 0.45% | - |
| HSV(B) | 144.2º | 0.68% | 0.69% | - |
| XYZ | 19.46 | 32.5 | 18.34 | - |
| YUV | 131.33 | 112.58 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 175 | 104 | 0.68 | 0 | 0.41 | 0.31 | 144.2 | 0.52 | 0.45 |
| Hex | 38 | AF | 68 | 44 | 0 | 29 | 1F | 90 | 34 | 2D |
| Octal | 70 | 257 | 150 | 104 | 0 | 51 | 37 | 220 | 64 | 55 |
| Binary | 111000 | 10101111 | 1101000 | 1000100 | 0 | 101001 | 11111 | 10010000 | 110100 | 101101 |
Color Harmonies of #38AF68
Complementary color
Monochromatic Colors of #38AF68
Black with #38AF68
Text Example
Text Example
White with #38AF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AF68; }
p { color: rgb(56,175,104); }
H1.HeaderClassName
{
color: #38AF68;
}
.AnyTagClassName
{
color: #38AF68;
}
</style>
background-color css
<style>
a { background-color: #38AF68; }
a { background-color: rgb(56,175,104); }
div.DivClassName
{
background-color: #38AF68;
}
.BgClassName
{
background-color: #38AF68;
}
</style>
border-color css
<style>
span { border-color: #38AF68; }
span { border-color: rgb(56,175,104); }
td.TdClassName
{
border-color: #38AF68;
}
.TagClassName
{
border-color: #38AF68;
}
</style>