Shades of Sea Green #218755
Tints of Sea Green #218755
RGB
CMYK
RGB Variations
Color information
#218755 (or 0x218755) is known color: Sea Green. HEX triplet: 21, 87 and 55. RGB value is (33,135,85). Sum of RGB (Red+Green+Blue) = 33+135+85=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #218755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218755 is #DE78AA. Grayscale: #626262. Windows color (decimal): -14579883 or 5605153. OLE color: 5605153.
HSL color Cylindrical-coordinate representation of color #218755: hue angle of 150.59º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218755 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 85 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.47 |
| HSL | 150.59º | 0.61% | 0.33% | - |
| HSV(B) | 150.59º | 0.76% | 0.53% | - |
| XYZ | 10.93 | 18.31 | 11.55 | - |
| YUV | 98.8 | 120.21 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 85 | 0.76 | 0 | 0.37 | 0.47 | 150.59 | 0.61 | 0.33 |
| Hex | 21 | 87 | 55 | 4C | 0 | 25 | 2F | 97 | 3D | 21 |
| Octal | 41 | 207 | 125 | 114 | 0 | 45 | 57 | 227 | 75 | 41 |
| Binary | 100001 | 10000111 | 1010101 | 1001100 | 0 | 100101 | 101111 | 10010111 | 111101 | 100001 |
Color Harmonies of #218755
Complementary color
Monochromatic Colors of #218755
Black with #218755
Text Example
Text Example
White with #218755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218755; }
p { color: rgb(33,135,85); }
H1.HeaderClassName
{
color: #218755;
}
.AnyTagClassName
{
color: #218755;
}
</style>
background-color css
<style>
a { background-color: #218755; }
a { background-color: rgb(33,135,85); }
div.DivClassName
{
background-color: #218755;
}
.BgClassName
{
background-color: #218755;
}
</style>
border-color css
<style>
span { border-color: #218755; }
span { border-color: rgb(33,135,85); }
td.TdClassName
{
border-color: #218755;
}
.TagClassName
{
border-color: #218755;
}
</style>