Shades of Sea Green #348A5E
Tints of Sea Green #348A5E
RGB
CMYK
RGB Variations
Color information
#348A5E (or 0x348A5E) is known color: Sea Green. HEX triplet: 34, 8A and 5E. RGB value is (52,138,94). Sum of RGB (Red+Green+Blue) = 52+138+94=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 138 - color contains mainly: green. Hex color #348A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348A5E is #CB75A1. Grayscale: #6B6B6B. Windows color (decimal): -13333922 or 6195764. OLE color: 6195764.
HSL color Cylindrical-coordinate representation of color #348A5E: hue angle of 149.3º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348A5E is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 138 | 94 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.46 |
| HSL | 149.3º | 0.45% | 0.37% | - |
| HSV(B) | 149.3º | 0.62% | 0.54% | - |
| XYZ | 12.53 | 19.72 | 13.73 | - |
| YUV | 107.27 | 120.51 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 94 | 0.62 | 0 | 0.32 | 0.46 | 149.3 | 0.45 | 0.37 |
| Hex | 34 | 8A | 5E | 3E | 0 | 20 | 2E | 95 | 2D | 25 |
| Octal | 64 | 212 | 136 | 76 | 0 | 40 | 56 | 225 | 55 | 45 |
| Binary | 110100 | 10001010 | 1011110 | 111110 | 0 | 100000 | 101110 | 10010101 | 101101 | 100101 |
Color Harmonies of #348A5E
Complementary color
Monochromatic Colors of #348A5E
Black with #348A5E
Text Example
Text Example
White with #348A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348A5E; }
p { color: rgb(52,138,94); }
H1.HeaderClassName
{
color: #348A5E;
}
.AnyTagClassName
{
color: #348A5E;
}
</style>
background-color css
<style>
a { background-color: #348A5E; }
a { background-color: rgb(52,138,94); }
div.DivClassName
{
background-color: #348A5E;
}
.BgClassName
{
background-color: #348A5E;
}
</style>
border-color css
<style>
span { border-color: #348A5E; }
span { border-color: rgb(52,138,94); }
td.TdClassName
{
border-color: #348A5E;
}
.TagClassName
{
border-color: #348A5E;
}
</style>