Shades of Medium Sea Green #38CA6B
Tints of Medium Sea Green #38CA6B
RGB
CMYK
RGB Variations
Color information
#38CA6B (or 0x38CA6B) is known color: Medium Sea Green. HEX triplet: 38, CA and 6B. RGB value is (56,202,107). Sum of RGB (Red+Green+Blue) = 56+202+107=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #38CA6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CA6B is #C73594. Grayscale: #939393. Windows color (decimal): -13055381 or 7064120. OLE color: 7064120.
HSL color Cylindrical-coordinate representation of color #38CA6B: hue angle of 140.96º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CA6B is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 202 | 107 | - |
| CMYK | 0.72 | 0 | 0.47 | 0.21 |
| HSL | 140.96º | 0.58% | 0.51% | - |
| HSV(B) | 140.96º | 0.72% | 0.79% | - |
| XYZ | 25.41 | 44.14 | 21.09 | - |
| YUV | 147.52 | 105.13 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 202 | 107 | 0.72 | 0 | 0.47 | 0.21 | 140.96 | 0.58 | 0.51 |
| Hex | 38 | CA | 6B | 48 | 0 | 2F | 15 | 8D | 3A | 33 |
| Octal | 70 | 312 | 153 | 110 | 0 | 57 | 25 | 215 | 72 | 63 |
| Binary | 111000 | 11001010 | 1101011 | 1001000 | 0 | 101111 | 10101 | 10001101 | 111010 | 110011 |
Color Harmonies of #38CA6B
Complementary color
Monochromatic Colors of #38CA6B
Black with #38CA6B
Text Example
Text Example
White with #38CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CA6B; }
p { color: rgb(56,202,107); }
H1.HeaderClassName
{
color: #38CA6B;
}
.AnyTagClassName
{
color: #38CA6B;
}
</style>
background-color css
<style>
a { background-color: #38CA6B; }
a { background-color: rgb(56,202,107); }
div.DivClassName
{
background-color: #38CA6B;
}
.BgClassName
{
background-color: #38CA6B;
}
</style>
border-color css
<style>
span { border-color: #38CA6B; }
span { border-color: rgb(56,202,107); }
td.TdClassName
{
border-color: #38CA6B;
}
.TagClassName
{
border-color: #38CA6B;
}
</style>