Shades of Medium Sea Green #21B469
Tints of Medium Sea Green #21B469
RGB
CMYK
RGB Variations
Color information
#21B469 (or 0x21B469) is known color: Medium Sea Green. HEX triplet: 21, B4 and 69. RGB value is (33,180,105). Sum of RGB (Red+Green+Blue) = 33+180+105=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 180 (70.70% from 255 or 56.60% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 180 - color contains mainly: green. Hex color #21B469 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B469 is #DE4B96. Grayscale: #7F7F7F. Windows color (decimal): -14568343 or 6927393. OLE color: 6927393.
HSL color Cylindrical-coordinate representation of color #21B469: hue angle of 149.39º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B469 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 180 | 105 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.29 |
| HSL | 149.39º | 0.69% | 0.42% | - |
| HSV(B) | 149.39º | 0.82% | 0.71% | - |
| XYZ | 19.5 | 33.99 | 18.9 | - |
| YUV | 127.5 | 115.3 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 180 | 105 | 0.82 | 0 | 0.42 | 0.29 | 149.39 | 0.69 | 0.42 |
| Hex | 21 | B4 | 69 | 52 | 0 | 2A | 1D | 95 | 45 | 2A |
| Octal | 41 | 264 | 151 | 122 | 0 | 52 | 35 | 225 | 105 | 52 |
| Binary | 100001 | 10110100 | 1101001 | 1010010 | 0 | 101010 | 11101 | 10010101 | 1000101 | 101010 |
Color Harmonies of #21B469
Complementary color
Monochromatic Colors of #21B469
Black with #21B469
Text Example
Text Example
White with #21B469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B469; }
p { color: rgb(33,180,105); }
H1.HeaderClassName
{
color: #21B469;
}
.AnyTagClassName
{
color: #21B469;
}
</style>
background-color css
<style>
a { background-color: #21B469; }
a { background-color: rgb(33,180,105); }
div.DivClassName
{
background-color: #21B469;
}
.BgClassName
{
background-color: #21B469;
}
</style>
border-color css
<style>
span { border-color: #21B469; }
span { border-color: rgb(33,180,105); }
td.TdClassName
{
border-color: #21B469;
}
.TagClassName
{
border-color: #21B469;
}
</style>