Shades of Medium Sea Green #33AD65
Tints of Medium Sea Green #33AD65
RGB
CMYK
RGB Variations
Color information
#33AD65 (or 0x33AD65) is known color: Medium Sea Green. HEX triplet: 33, AD and 65. RGB value is (51,173,101). Sum of RGB (Red+Green+Blue) = 51+173+101=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 173 (67.97% from 255 or 53.23% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 173 - color contains mainly: green. Hex color #33AD65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33AD65 is #CC529A. Grayscale: #808080. Windows color (decimal): -13390491 or 6663475. OLE color: 6663475.
HSL color Cylindrical-coordinate representation of color #33AD65: hue angle of 144.59º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AD65 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 173 | 101 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.32 |
| HSL | 144.59º | 0.54% | 0.44% | - |
| HSV(B) | 144.59º | 0.71% | 0.68% | - |
| XYZ | 18.66 | 31.53 | 17.41 | - |
| YUV | 128.31 | 112.58 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 101 | 0.71 | 0 | 0.42 | 0.32 | 144.59 | 0.54 | 0.44 |
| Hex | 33 | AD | 65 | 47 | 0 | 2A | 20 | 91 | 36 | 2C |
| Octal | 63 | 255 | 145 | 107 | 0 | 52 | 40 | 221 | 66 | 54 |
| Binary | 110011 | 10101101 | 1100101 | 1000111 | 0 | 101010 | 100000 | 10010001 | 110110 | 101100 |
Color Harmonies of #33AD65
Complementary color
Monochromatic Colors of #33AD65
Black with #33AD65
Text Example
Text Example
White with #33AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AD65; }
p { color: rgb(51,173,101); }
H1.HeaderClassName
{
color: #33AD65;
}
.AnyTagClassName
{
color: #33AD65;
}
</style>
background-color css
<style>
a { background-color: #33AD65; }
a { background-color: rgb(51,173,101); }
div.DivClassName
{
background-color: #33AD65;
}
.BgClassName
{
background-color: #33AD65;
}
</style>
border-color css
<style>
span { border-color: #33AD65; }
span { border-color: rgb(51,173,101); }
td.TdClassName
{
border-color: #33AD65;
}
.TagClassName
{
border-color: #33AD65;
}
</style>