Shades of Sea Green #21914B
Tints of Sea Green #21914B
RGB
CMYK
RGB Variations
Color information
#21914B (or 0x21914B) is known color: Sea Green. HEX triplet: 21, 91 and 4B. RGB value is (33,145,75). Sum of RGB (Red+Green+Blue) = 33+145+75=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #21914B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21914B is #DE6EB4. Grayscale: #676767. Windows color (decimal): -14577333 or 4952353. OLE color: 4952353.
HSL color Cylindrical-coordinate representation of color #21914B: hue angle of 142.5º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21914B is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 145 | 75 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.43 |
| HSL | 142.5º | 0.63% | 0.35% | - |
| HSV(B) | 142.5º | 0.77% | 0.57% | - |
| XYZ | 12.02 | 21.08 | 10.09 | - |
| YUV | 103.53 | 111.89 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 145 | 75 | 0.77 | 0 | 0.48 | 0.43 | 142.5 | 0.63 | 0.35 |
| Hex | 21 | 91 | 4B | 4D | 0 | 30 | 2B | 8E | 3F | 23 |
| Octal | 41 | 221 | 113 | 115 | 0 | 60 | 53 | 216 | 77 | 43 |
| Binary | 100001 | 10010001 | 1001011 | 1001101 | 0 | 110000 | 101011 | 10001110 | 111111 | 100011 |
Color Harmonies of #21914B
Complementary color
Monochromatic Colors of #21914B
Black with #21914B
Text Example
Text Example
White with #21914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21914B; }
p { color: rgb(33,145,75); }
H1.HeaderClassName
{
color: #21914B;
}
.AnyTagClassName
{
color: #21914B;
}
</style>
background-color css
<style>
a { background-color: #21914B; }
a { background-color: rgb(33,145,75); }
div.DivClassName
{
background-color: #21914B;
}
.BgClassName
{
background-color: #21914B;
}
</style>
border-color css
<style>
span { border-color: #21914B; }
span { border-color: rgb(33,145,75); }
td.TdClassName
{
border-color: #21914B;
}
.TagClassName
{
border-color: #21914B;
}
</style>