Shades of Medium Sea Green #21BF68
Tints of Medium Sea Green #21BF68
RGB
CMYK
RGB Variations
Color information
#21BF68 (or 0x21BF68) is known color: Medium Sea Green. HEX triplet: 21, BF and 68. RGB value is (33,191,104). Sum of RGB (Red+Green+Blue) = 33+191+104=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 191 (75% from 255 or 58.23% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BF68 is #DE4097. Grayscale: #868686. Windows color (decimal): -14565528 or 6864673. OLE color: 6864673.
HSL color Cylindrical-coordinate representation of color #21BF68: hue angle of 146.96º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BF68 is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 191 | 104 | - |
| CMYK | 0.83 | 0 | 0.46 | 0.25 |
| HSL | 146.96º | 0.71% | 0.44% | - |
| HSV(B) | 146.96º | 0.83% | 0.75% | - |
| XYZ | 21.76 | 38.58 | 19.4 | - |
| YUV | 133.84 | 111.15 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 104 | 0.83 | 0 | 0.46 | 0.25 | 146.96 | 0.71 | 0.44 |
| Hex | 21 | BF | 68 | 53 | 0 | 2E | 19 | 93 | 47 | 2C |
| Octal | 41 | 277 | 150 | 123 | 0 | 56 | 31 | 223 | 107 | 54 |
| Binary | 100001 | 10111111 | 1101000 | 1010011 | 0 | 101110 | 11001 | 10010011 | 1000111 | 101100 |
Color Harmonies of #21BF68
Complementary color
Monochromatic Colors of #21BF68
Black with #21BF68
Text Example
Text Example
White with #21BF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BF68; }
p { color: rgb(33,191,104); }
H1.HeaderClassName
{
color: #21BF68;
}
.AnyTagClassName
{
color: #21BF68;
}
</style>
background-color css
<style>
a { background-color: #21BF68; }
a { background-color: rgb(33,191,104); }
div.DivClassName
{
background-color: #21BF68;
}
.BgClassName
{
background-color: #21BF68;
}
</style>
border-color css
<style>
span { border-color: #21BF68; }
span { border-color: rgb(33,191,104); }
td.TdClassName
{
border-color: #21BF68;
}
.TagClassName
{
border-color: #21BF68;
}
</style>