Shades of Medium Sea Green #34B269
Tints of Medium Sea Green #34B269
RGB
CMYK
RGB Variations
Color information
#34B269 (or 0x34B269) is known color: Medium Sea Green. HEX triplet: 34, B2 and 69. RGB value is (52,178,105). Sum of RGB (Red+Green+Blue) = 52+178+105=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 178 (69.92% from 255 or 53.13% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 178 - color contains mainly: green. Hex color #34B269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34B269 is #CB4D96. Grayscale: #848484. Windows color (decimal): -13323671 or 6926900. OLE color: 6926900.
HSL color Cylindrical-coordinate representation of color #34B269: hue angle of 145.24º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B269 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 178 | 105 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.30 |
| HSL | 145.24º | 0.55% | 0.45% | - |
| HSV(B) | 145.24º | 0.71% | 0.7% | - |
| XYZ | 19.89 | 33.59 | 18.8 | - |
| YUV | 132 | 112.76 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 178 | 105 | 0.71 | 0 | 0.41 | 0.30 | 145.24 | 0.55 | 0.45 |
| Hex | 34 | B2 | 69 | 47 | 0 | 29 | 1E | 91 | 37 | 2D |
| Octal | 64 | 262 | 151 | 107 | 0 | 51 | 36 | 221 | 67 | 55 |
| Binary | 110100 | 10110010 | 1101001 | 1000111 | 0 | 101001 | 11110 | 10010001 | 110111 | 101101 |
Color Harmonies of #34B269
Complementary color
Monochromatic Colors of #34B269
Black with #34B269
Text Example
Text Example
White with #34B269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B269; }
p { color: rgb(52,178,105); }
H1.HeaderClassName
{
color: #34B269;
}
.AnyTagClassName
{
color: #34B269;
}
</style>
background-color css
<style>
a { background-color: #34B269; }
a { background-color: rgb(52,178,105); }
div.DivClassName
{
background-color: #34B269;
}
.BgClassName
{
background-color: #34B269;
}
</style>
border-color css
<style>
span { border-color: #34B269; }
span { border-color: rgb(52,178,105); }
td.TdClassName
{
border-color: #34B269;
}
.TagClassName
{
border-color: #34B269;
}
</style>