Shades of Sea Green #218553
Tints of Sea Green #218553
RGB
CMYK
RGB Variations
Color information
#218553 (or 0x218553) is known color: Sea Green. HEX triplet: 21, 85 and 53. RGB value is (33,133,83). Sum of RGB (Red+Green+Blue) = 33+133+83=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #218553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218553 is #DE7AAC. Grayscale: #616161. Windows color (decimal): -14580397 or 5473569. OLE color: 5473569.
HSL color Cylindrical-coordinate representation of color #218553: hue angle of 150º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218553 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 83 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.48 |
| HSL | 150º | 0.6% | 0.33% | - |
| HSV(B) | 150º | 0.75% | 0.52% | - |
| XYZ | 10.58 | 17.72 | 11.05 | - |
| YUV | 97.4 | 119.87 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 83 | 0.75 | 0 | 0.38 | 0.48 | 150 | 0.6 | 0.33 |
| Hex | 21 | 85 | 53 | 4B | 0 | 26 | 30 | 96 | 3C | 21 |
| Octal | 41 | 205 | 123 | 113 | 0 | 46 | 60 | 226 | 74 | 41 |
| Binary | 100001 | 10000101 | 1010011 | 1001011 | 0 | 100110 | 110000 | 10010110 | 111100 | 100001 |
Color Harmonies of #218553
Complementary color
Monochromatic Colors of #218553
Black with #218553
Text Example
Text Example
White with #218553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218553; }
p { color: rgb(33,133,83); }
H1.HeaderClassName
{
color: #218553;
}
.AnyTagClassName
{
color: #218553;
}
</style>
background-color css
<style>
a { background-color: #218553; }
a { background-color: rgb(33,133,83); }
div.DivClassName
{
background-color: #218553;
}
.BgClassName
{
background-color: #218553;
}
</style>
border-color css
<style>
span { border-color: #218553; }
span { border-color: rgb(33,133,83); }
td.TdClassName
{
border-color: #218553;
}
.TagClassName
{
border-color: #218553;
}
</style>