Shades of Sea Green #218752
Tints of Sea Green #218752
RGB
CMYK
RGB Variations
Color information
#218752 (or 0x218752) is known color: Sea Green. HEX triplet: 21, 87 and 52. RGB value is (33,135,82). Sum of RGB (Red+Green+Blue) = 33+135+82=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #218752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218752 is #DE78AD. Grayscale: #626262. Windows color (decimal): -14579886 or 5408545. OLE color: 5408545.
HSL color Cylindrical-coordinate representation of color #218752: hue angle of 148.82º 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 #218752 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 82 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.47 |
| HSL | 148.82º | 0.61% | 0.33% | - |
| HSV(B) | 148.82º | 0.76% | 0.53% | - |
| XYZ | 10.81 | 18.26 | 10.94 | - |
| YUV | 98.46 | 118.71 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 82 | 0.76 | 0 | 0.39 | 0.47 | 148.82 | 0.61 | 0.33 |
| Hex | 21 | 87 | 52 | 4C | 0 | 27 | 2F | 95 | 3D | 21 |
| Octal | 41 | 207 | 122 | 114 | 0 | 47 | 57 | 225 | 75 | 41 |
| Binary | 100001 | 10000111 | 1010010 | 1001100 | 0 | 100111 | 101111 | 10010101 | 111101 | 100001 |
Color Harmonies of #218752
Complementary color
Monochromatic Colors of #218752
Black with #218752
Text Example
Text Example
White with #218752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218752; }
p { color: rgb(33,135,82); }
H1.HeaderClassName
{
color: #218752;
}
.AnyTagClassName
{
color: #218752;
}
</style>
background-color css
<style>
a { background-color: #218752; }
a { background-color: rgb(33,135,82); }
div.DivClassName
{
background-color: #218752;
}
.BgClassName
{
background-color: #218752;
}
</style>
border-color css
<style>
span { border-color: #218752; }
span { border-color: rgb(33,135,82); }
td.TdClassName
{
border-color: #218752;
}
.TagClassName
{
border-color: #218752;
}
</style>