Shades of Sea Green #348B58
Tints of Sea Green #348B58
RGB
CMYK
RGB Variations
Color information
#348B58 (or 0x348B58) is known color: Sea Green. HEX triplet: 34, 8B and 58. RGB value is (52,139,88). Sum of RGB (Red+Green+Blue) = 52+139+88=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #348B58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B58 is #CB74A7. Grayscale: #6B6B6B. Windows color (decimal): -13333672 or 5802804. OLE color: 5802804.
HSL color Cylindrical-coordinate representation of color #348B58: hue angle of 144.83º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348B58 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 139 | 88 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.45 |
| HSL | 144.83º | 0.46% | 0.37% | - |
| HSV(B) | 144.83º | 0.63% | 0.55% | - |
| XYZ | 12.41 | 19.9 | 12.42 | - |
| YUV | 107.17 | 117.18 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 88 | 0.63 | 0 | 0.37 | 0.45 | 144.83 | 0.46 | 0.37 |
| Hex | 34 | 8B | 58 | 3F | 0 | 25 | 2D | 91 | 2E | 25 |
| Octal | 64 | 213 | 130 | 77 | 0 | 45 | 55 | 221 | 56 | 45 |
| Binary | 110100 | 10001011 | 1011000 | 111111 | 0 | 100101 | 101101 | 10010001 | 101110 | 100101 |
Color Harmonies of #348B58
Complementary color
Monochromatic Colors of #348B58
Black with #348B58
Text Example
Text Example
White with #348B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348B58; }
p { color: rgb(52,139,88); }
H1.HeaderClassName
{
color: #348B58;
}
.AnyTagClassName
{
color: #348B58;
}
</style>
background-color css
<style>
a { background-color: #348B58; }
a { background-color: rgb(52,139,88); }
div.DivClassName
{
background-color: #348B58;
}
.BgClassName
{
background-color: #348B58;
}
</style>
border-color css
<style>
span { border-color: #348B58; }
span { border-color: rgb(52,139,88); }
td.TdClassName
{
border-color: #348B58;
}
.TagClassName
{
border-color: #348B58;
}
</style>