Shades of Medium Sea Green #38CB64
Tints of Medium Sea Green #38CB64
RGB
CMYK
RGB Variations
Color information
#38CB64 (or 0x38CB64) is known color: Medium Sea Green. HEX triplet: 38, CB and 64. RGB value is (56,203,100). Sum of RGB (Red+Green+Blue) = 56+203+100=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 203 (79.69% from 255 or 56.55% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CB64 is #C7349B. Grayscale: #939393. Windows color (decimal): -13055132 or 6605624. OLE color: 6605624.
HSL color Cylindrical-coordinate representation of color #38CB64: hue angle of 137.96º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CB64 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 203 | 100 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.20 |
| HSL | 137.96º | 0.59% | 0.51% | - |
| HSV(B) | 137.96º | 0.72% | 0.8% | - |
| XYZ | 25.29 | 44.47 | 19.31 | - |
| YUV | 147.31 | 101.3 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 203 | 100 | 0.72 | 0 | 0.51 | 0.20 | 137.96 | 0.59 | 0.51 |
| Hex | 38 | CB | 64 | 48 | 0 | 33 | 14 | 8A | 3B | 33 |
| Octal | 70 | 313 | 144 | 110 | 0 | 63 | 24 | 212 | 73 | 63 |
| Binary | 111000 | 11001011 | 1100100 | 1001000 | 0 | 110011 | 10100 | 10001010 | 111011 | 110011 |
Color Harmonies of #38CB64
Complementary color
Monochromatic Colors of #38CB64
Black with #38CB64
Text Example
Text Example
White with #38CB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CB64; }
p { color: rgb(56,203,100); }
H1.HeaderClassName
{
color: #38CB64;
}
.AnyTagClassName
{
color: #38CB64;
}
</style>
background-color css
<style>
a { background-color: #38CB64; }
a { background-color: rgb(56,203,100); }
div.DivClassName
{
background-color: #38CB64;
}
.BgClassName
{
background-color: #38CB64;
}
</style>
border-color css
<style>
span { border-color: #38CB64; }
span { border-color: rgb(56,203,100); }
td.TdClassName
{
border-color: #38CB64;
}
.TagClassName
{
border-color: #38CB64;
}
</style>