Shades of Medium Sea Green #38AA7B
Tints of Medium Sea Green #38AA7B
RGB
CMYK
RGB Variations
Color information
#38AA7B (or 0x38AA7B) is known color: Medium Sea Green. HEX triplet: 38, AA and 7B. RGB value is (56,170,123). Sum of RGB (Red+Green+Blue) = 56+170+123=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AA7B is #C75584. Grayscale: #828282. Windows color (decimal): -13063557 or 8104504. OLE color: 8104504.
HSL color Cylindrical-coordinate representation of color #38AA7B: hue angle of 155.26º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AA7B is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 170 | 123 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.33 |
| HSL | 155.26º | 0.5% | 0.44% | - |
| HSV(B) | 155.26º | 0.67% | 0.67% | - |
| XYZ | 19.58 | 31.02 | 23.69 | - |
| YUV | 130.56 | 123.73 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 170 | 123 | 0.67 | 0 | 0.28 | 0.33 | 155.26 | 0.5 | 0.44 |
| Hex | 38 | AA | 7B | 43 | 0 | 1C | 21 | 9B | 32 | 2C |
| Octal | 70 | 252 | 173 | 103 | 0 | 34 | 41 | 233 | 62 | 54 |
| Binary | 111000 | 10101010 | 1111011 | 1000011 | 0 | 11100 | 100001 | 10011011 | 110010 | 101100 |
Color Harmonies of #38AA7B
Complementary color
Monochromatic Colors of #38AA7B
Black with #38AA7B
Text Example
Text Example
White with #38AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AA7B; }
p { color: rgb(56,170,123); }
H1.HeaderClassName
{
color: #38AA7B;
}
.AnyTagClassName
{
color: #38AA7B;
}
</style>
background-color css
<style>
a { background-color: #38AA7B; }
a { background-color: rgb(56,170,123); }
div.DivClassName
{
background-color: #38AA7B;
}
.BgClassName
{
background-color: #38AA7B;
}
</style>
border-color css
<style>
span { border-color: #38AA7B; }
span { border-color: rgb(56,170,123); }
td.TdClassName
{
border-color: #38AA7B;
}
.TagClassName
{
border-color: #38AA7B;
}
</style>