Shades of Sea Green #348E5C
Tints of Sea Green #348E5C
RGB
CMYK
RGB Variations
Color information
#348E5C (or 0x348E5C) is known color: Sea Green. HEX triplet: 34, 8E and 5C. RGB value is (52,142,92). Sum of RGB (Red+Green+Blue) = 52+142+92=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #348E5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348E5C is #CB71A3. Grayscale: #6D6D6D. Windows color (decimal): -13332900 or 6065716. OLE color: 6065716.
HSL color Cylindrical-coordinate representation of color #348E5C: hue angle of 146.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348E5C is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 142 | 92 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.44 |
| HSL | 146.67º | 0.46% | 0.38% | - |
| HSV(B) | 146.67º | 0.63% | 0.56% | - |
| XYZ | 13.02 | 20.85 | 13.46 | - |
| YUV | 109.39 | 118.18 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 92 | 0.63 | 0 | 0.35 | 0.44 | 146.67 | 0.46 | 0.38 |
| Hex | 34 | 8E | 5C | 3F | 0 | 23 | 2C | 93 | 2E | 26 |
| Octal | 64 | 216 | 134 | 77 | 0 | 43 | 54 | 223 | 56 | 46 |
| Binary | 110100 | 10001110 | 1011100 | 111111 | 0 | 100011 | 101100 | 10010011 | 101110 | 100110 |
Color Harmonies of #348E5C
Complementary color
Monochromatic Colors of #348E5C
Black with #348E5C
Text Example
Text Example
White with #348E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348E5C; }
p { color: rgb(52,142,92); }
H1.HeaderClassName
{
color: #348E5C;
}
.AnyTagClassName
{
color: #348E5C;
}
</style>
background-color css
<style>
a { background-color: #348E5C; }
a { background-color: rgb(52,142,92); }
div.DivClassName
{
background-color: #348E5C;
}
.BgClassName
{
background-color: #348E5C;
}
</style>
border-color css
<style>
span { border-color: #348E5C; }
span { border-color: rgb(52,142,92); }
td.TdClassName
{
border-color: #348E5C;
}
.TagClassName
{
border-color: #348E5C;
}
</style>