Shades of Sea Green #218852
Tints of Sea Green #218852
RGB
CMYK
RGB Variations
Color information
#218852 (or 0x218852) is known color: Sea Green. HEX triplet: 21, 88 and 52. RGB value is (33,136,82). Sum of RGB (Red+Green+Blue) = 33+136+82=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #218852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218852 is #DE77AD. Grayscale: #636363. Windows color (decimal): -14579630 or 5408801. OLE color: 5408801.
HSL color Cylindrical-coordinate representation of color #218852: hue angle of 148.54º 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 #218852 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 82 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.47 |
| HSL | 148.54º | 0.61% | 0.33% | - |
| HSV(B) | 148.54º | 0.76% | 0.53% | - |
| XYZ | 10.95 | 18.54 | 10.98 | - |
| YUV | 99.05 | 118.38 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 82 | 0.76 | 0 | 0.40 | 0.47 | 148.54 | 0.61 | 0.33 |
| Hex | 21 | 88 | 52 | 4C | 0 | 28 | 2F | 95 | 3D | 21 |
| Octal | 41 | 210 | 122 | 114 | 0 | 50 | 57 | 225 | 75 | 41 |
| Binary | 100001 | 10001000 | 1010010 | 1001100 | 0 | 101000 | 101111 | 10010101 | 111101 | 100001 |
Color Harmonies of #218852
Complementary color
Monochromatic Colors of #218852
Black with #218852
Text Example
Text Example
White with #218852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218852; }
p { color: rgb(33,136,82); }
H1.HeaderClassName
{
color: #218852;
}
.AnyTagClassName
{
color: #218852;
}
</style>
background-color css
<style>
a { background-color: #218852; }
a { background-color: rgb(33,136,82); }
div.DivClassName
{
background-color: #218852;
}
.BgClassName
{
background-color: #218852;
}
</style>
border-color css
<style>
span { border-color: #218852; }
span { border-color: rgb(33,136,82); }
td.TdClassName
{
border-color: #218852;
}
.TagClassName
{
border-color: #218852;
}
</style>