Shades of Medium Sea Green #38B666
Tints of Medium Sea Green #38B666
RGB
CMYK
RGB Variations
Color information
#38B666 (or 0x38B666) is known color: Medium Sea Green. HEX triplet: 38, B6 and 66. RGB value is (56,182,102). Sum of RGB (Red+Green+Blue) = 56+182+102=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 182 (71.48% from 255 or 53.53% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 182 - color contains mainly: green. Hex color #38B666 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B666 is #C74999. Grayscale: #878787. Windows color (decimal): -13060506 or 6731320. OLE color: 6731320.
HSL color Cylindrical-coordinate representation of color #38B666: hue angle of 141.9º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B666 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 182 | 102 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.29 |
| HSL | 141.9º | 0.53% | 0.47% | - |
| HSV(B) | 141.9º | 0.69% | 0.71% | - |
| XYZ | 20.76 | 35.26 | 18.28 | - |
| YUV | 135.21 | 109.26 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 182 | 102 | 0.69 | 0 | 0.44 | 0.29 | 141.9 | 0.53 | 0.47 |
| Hex | 38 | B6 | 66 | 45 | 0 | 2C | 1D | 8E | 35 | 2F |
| Octal | 70 | 266 | 146 | 105 | 0 | 54 | 35 | 216 | 65 | 57 |
| Binary | 111000 | 10110110 | 1100110 | 1000101 | 0 | 101100 | 11101 | 10001110 | 110101 | 101111 |
Color Harmonies of #38B666
Complementary color
Monochromatic Colors of #38B666
Black with #38B666
Text Example
Text Example
White with #38B666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B666; }
p { color: rgb(56,182,102); }
H1.HeaderClassName
{
color: #38B666;
}
.AnyTagClassName
{
color: #38B666;
}
</style>
background-color css
<style>
a { background-color: #38B666; }
a { background-color: rgb(56,182,102); }
div.DivClassName
{
background-color: #38B666;
}
.BgClassName
{
background-color: #38B666;
}
</style>
border-color css
<style>
span { border-color: #38B666; }
span { border-color: rgb(56,182,102); }
td.TdClassName
{
border-color: #38B666;
}
.TagClassName
{
border-color: #38B666;
}
</style>