Shades of Sea Green #38875A
Tints of Sea Green #38875A
RGB
CMYK
RGB Variations
Color information
#38875A (or 0x38875A) is known color: Sea Green. HEX triplet: 38, 87 and 5A. RGB value is (56,135,90). Sum of RGB (Red+Green+Blue) = 56+135+90=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #38875A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38875A is #C778A5. Grayscale: #6A6A6A. Windows color (decimal): -13072550 or 5932856. OLE color: 5932856.
HSL color Cylindrical-coordinate representation of color #38875A: hue angle of 145.82º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38875A is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 135 | 90 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.47 |
| HSL | 145.82º | 0.41% | 0.37% | - |
| HSV(B) | 145.82º | 0.59% | 0.53% | - |
| XYZ | 12.14 | 18.91 | 12.68 | - |
| YUV | 106.25 | 118.83 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 90 | 0.59 | 0 | 0.33 | 0.47 | 145.82 | 0.41 | 0.37 |
| Hex | 38 | 87 | 5A | 3B | 0 | 21 | 2F | 92 | 29 | 25 |
| Octal | 70 | 207 | 132 | 73 | 0 | 41 | 57 | 222 | 51 | 45 |
| Binary | 111000 | 10000111 | 1011010 | 111011 | 0 | 100001 | 101111 | 10010010 | 101001 | 100101 |
Color Harmonies of #38875A
Complementary color
Monochromatic Colors of #38875A
Black with #38875A
Text Example
Text Example
White with #38875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38875A; }
p { color: rgb(56,135,90); }
H1.HeaderClassName
{
color: #38875A;
}
.AnyTagClassName
{
color: #38875A;
}
</style>
background-color css
<style>
a { background-color: #38875A; }
a { background-color: rgb(56,135,90); }
div.DivClassName
{
background-color: #38875A;
}
.BgClassName
{
background-color: #38875A;
}
</style>
border-color css
<style>
span { border-color: #38875A; }
span { border-color: rgb(56,135,90); }
td.TdClassName
{
border-color: #38875A;
}
.TagClassName
{
border-color: #38875A;
}
</style>