Shades of Sea Green #21994B
Tints of Sea Green #21994B
RGB
CMYK
RGB Variations
Color information
#21994B (or 0x21994B) is known color: Sea Green. HEX triplet: 21, 99 and 4B. RGB value is (33,153,75). Sum of RGB (Red+Green+Blue) = 33+153+75=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 153 (60.16% from 255 or 58.62% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 153 - color contains mainly: green. Hex color #21994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21994B is #DE66B4. Grayscale: #6C6C6C. Windows color (decimal): -14575285 or 4954401. OLE color: 4954401.
HSL color Cylindrical-coordinate representation of color #21994B: hue angle of 141º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21994B is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 75 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.4 |
| HSL | 141º | 0.65% | 0.36% | - |
| HSV(B) | 141º | 0.78% | 0.6% | - |
| XYZ | 13.29 | 23.61 | 10.51 | - |
| YUV | 108.23 | 109.24 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 75 | 0.78 | 0 | 0.51 | 0.4 | 141 | 0.65 | 0.36 |
| Hex | 21 | 99 | 4B | 4E | 0 | 33 | 28 | 8D | 41 | 24 |
| Octal | 41 | 231 | 113 | 116 | 0 | 63 | 50 | 215 | 101 | 44 |
| Binary | 100001 | 10011001 | 1001011 | 1001110 | 0 | 110011 | 101000 | 10001101 | 1000001 | 100100 |
Color Harmonies of #21994B
Complementary color
Monochromatic Colors of #21994B
Black with #21994B
Text Example
Text Example
White with #21994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21994B; }
p { color: rgb(33,153,75); }
H1.HeaderClassName
{
color: #21994B;
}
.AnyTagClassName
{
color: #21994B;
}
</style>
background-color css
<style>
a { background-color: #21994B; }
a { background-color: rgb(33,153,75); }
div.DivClassName
{
background-color: #21994B;
}
.BgClassName
{
background-color: #21994B;
}
</style>
border-color css
<style>
span { border-color: #21994B; }
span { border-color: rgb(33,153,75); }
td.TdClassName
{
border-color: #21994B;
}
.TagClassName
{
border-color: #21994B;
}
</style>