Shades of Sea Green #21875B
Tints of Sea Green #21875B
RGB
CMYK
RGB Variations
Color information
#21875B (or 0x21875B) is known color: Sea Green. HEX triplet: 21, 87 and 5B. RGB value is (33,135,91). Sum of RGB (Red+Green+Blue) = 33+135+91=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #21875B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21875B is #DE78A4. Grayscale: #636363. Windows color (decimal): -14579877 or 5998369. OLE color: 5998369.
HSL color Cylindrical-coordinate representation of color #21875B: hue angle of 154.12º 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 #21875B is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 91 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.47 |
| HSL | 154.12º | 0.61% | 0.33% | - |
| HSV(B) | 154.12º | 0.76% | 0.53% | - |
| XYZ | 11.18 | 18.41 | 12.86 | - |
| YUV | 99.49 | 123.21 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 91 | 0.76 | 0 | 0.33 | 0.47 | 154.12 | 0.61 | 0.33 |
| Hex | 21 | 87 | 5B | 4C | 0 | 21 | 2F | 9A | 3D | 21 |
| Octal | 41 | 207 | 133 | 114 | 0 | 41 | 57 | 232 | 75 | 41 |
| Binary | 100001 | 10000111 | 1011011 | 1001100 | 0 | 100001 | 101111 | 10011010 | 111101 | 100001 |
Color Harmonies of #21875B
Complementary color
Monochromatic Colors of #21875B
Black with #21875B
Text Example
Text Example
White with #21875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21875B; }
p { color: rgb(33,135,91); }
H1.HeaderClassName
{
color: #21875B;
}
.AnyTagClassName
{
color: #21875B;
}
</style>
background-color css
<style>
a { background-color: #21875B; }
a { background-color: rgb(33,135,91); }
div.DivClassName
{
background-color: #21875B;
}
.BgClassName
{
background-color: #21875B;
}
</style>
border-color css
<style>
span { border-color: #21875B; }
span { border-color: rgb(33,135,91); }
td.TdClassName
{
border-color: #21875B;
}
.TagClassName
{
border-color: #21875B;
}
</style>