Shades of Sea Green #38885C
Tints of Sea Green #38885C
RGB
CMYK
RGB Variations
Color information
#38885C (or 0x38885C) is known color: Sea Green. HEX triplet: 38, 88 and 5C. RGB value is (56,136,92). Sum of RGB (Red+Green+Blue) = 56+136+92=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #38885C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38885C is #C777A3. Grayscale: #6B6B6B. Windows color (decimal): -13072292 or 6064184. OLE color: 6064184.
HSL color Cylindrical-coordinate representation of color #38885C: hue angle of 147º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38885C is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 136 | 92 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.47 |
| HSL | 147º | 0.42% | 0.38% | - |
| HSV(B) | 147º | 0.59% | 0.53% | - |
| XYZ | 12.37 | 19.22 | 13.18 | - |
| YUV | 107.06 | 119.5 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 136 | 92 | 0.59 | 0 | 0.32 | 0.47 | 147 | 0.42 | 0.38 |
| Hex | 38 | 88 | 5C | 3B | 0 | 20 | 2F | 93 | 2A | 26 |
| Octal | 70 | 210 | 134 | 73 | 0 | 40 | 57 | 223 | 52 | 46 |
| Binary | 111000 | 10001000 | 1011100 | 111011 | 0 | 100000 | 101111 | 10010011 | 101010 | 100110 |
Color Harmonies of #38885C
Complementary color
Monochromatic Colors of #38885C
Black with #38885C
Text Example
Text Example
White with #38885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38885C; }
p { color: rgb(56,136,92); }
H1.HeaderClassName
{
color: #38885C;
}
.AnyTagClassName
{
color: #38885C;
}
</style>
background-color css
<style>
a { background-color: #38885C; }
a { background-color: rgb(56,136,92); }
div.DivClassName
{
background-color: #38885C;
}
.BgClassName
{
background-color: #38885C;
}
</style>
border-color css
<style>
span { border-color: #38885C; }
span { border-color: rgb(56,136,92); }
td.TdClassName
{
border-color: #38885C;
}
.TagClassName
{
border-color: #38885C;
}
</style>