Shades of Sea Green #34875C
Tints of Sea Green #34875C
RGB
CMYK
RGB Variations
Color information
#34875C (or 0x34875C) is known color: Sea Green. HEX triplet: 34, 87 and 5C. RGB value is (52,135,92). Sum of RGB (Red+Green+Blue) = 52+135+92=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #34875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34875C is #CB78A3. Grayscale: #696969. Windows color (decimal): -13334692 or 6063924. OLE color: 6063924.
HSL color Cylindrical-coordinate representation of color #34875C: hue angle of 148.92º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34875C is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 135 | 92 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.47 |
| HSL | 148.92º | 0.44% | 0.37% | - |
| HSV(B) | 148.92º | 0.61% | 0.53% | - |
| XYZ | 12.01 | 18.83 | 13.13 | - |
| YUV | 105.28 | 120.5 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 135 | 92 | 0.61 | 0 | 0.32 | 0.47 | 148.92 | 0.44 | 0.37 |
| Hex | 34 | 87 | 5C | 3D | 0 | 20 | 2F | 95 | 2C | 25 |
| Octal | 64 | 207 | 134 | 75 | 0 | 40 | 57 | 225 | 54 | 45 |
| Binary | 110100 | 10000111 | 1011100 | 111101 | 0 | 100000 | 101111 | 10010101 | 101100 | 100101 |
Color Harmonies of #34875C
Complementary color
Monochromatic Colors of #34875C
Black with #34875C
Text Example
Text Example
White with #34875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34875C; }
p { color: rgb(52,135,92); }
H1.HeaderClassName
{
color: #34875C;
}
.AnyTagClassName
{
color: #34875C;
}
</style>
background-color css
<style>
a { background-color: #34875C; }
a { background-color: rgb(52,135,92); }
div.DivClassName
{
background-color: #34875C;
}
.BgClassName
{
background-color: #34875C;
}
</style>
border-color css
<style>
span { border-color: #34875C; }
span { border-color: rgb(52,135,92); }
td.TdClassName
{
border-color: #34875C;
}
.TagClassName
{
border-color: #34875C;
}
</style>