Shades of Medium Sea Green #38CA66
Tints of Medium Sea Green #38CA66
RGB
CMYK
RGB Variations
Color information
#38CA66 (or 0x38CA66) is known color: Medium Sea Green. HEX triplet: 38, CA and 66. RGB value is (56,202,102). Sum of RGB (Red+Green+Blue) = 56+202+102=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #38CA66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CA66 is #C73599. Grayscale: #939393. Windows color (decimal): -13055386 or 6736440. OLE color: 6736440.
HSL color Cylindrical-coordinate representation of color #38CA66: hue angle of 138.9º 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 #38CA66 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 202 | 102 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.21 |
| HSL | 138.9º | 0.58% | 0.51% | - |
| HSV(B) | 138.9º | 0.72% | 0.79% | - |
| XYZ | 25.15 | 44.04 | 19.75 | - |
| YUV | 146.95 | 102.63 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 202 | 102 | 0.72 | 0 | 0.50 | 0.21 | 138.9 | 0.58 | 0.51 |
| Hex | 38 | CA | 66 | 48 | 0 | 32 | 15 | 8B | 3A | 33 |
| Octal | 70 | 312 | 146 | 110 | 0 | 62 | 25 | 213 | 72 | 63 |
| Binary | 111000 | 11001010 | 1100110 | 1001000 | 0 | 110010 | 10101 | 10001011 | 111010 | 110011 |
Color Harmonies of #38CA66
Complementary color
Monochromatic Colors of #38CA66
Black with #38CA66
Text Example
Text Example
White with #38CA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CA66; }
p { color: rgb(56,202,102); }
H1.HeaderClassName
{
color: #38CA66;
}
.AnyTagClassName
{
color: #38CA66;
}
</style>
background-color css
<style>
a { background-color: #38CA66; }
a { background-color: rgb(56,202,102); }
div.DivClassName
{
background-color: #38CA66;
}
.BgClassName
{
background-color: #38CA66;
}
</style>
border-color css
<style>
span { border-color: #38CA66; }
span { border-color: rgb(56,202,102); }
td.TdClassName
{
border-color: #38CA66;
}
.TagClassName
{
border-color: #38CA66;
}
</style>