Shades of Sea Green #21875C
Tints of Sea Green #21875C
RGB
CMYK
RGB Variations
Color information
#21875C (or 0x21875C) is known color: Sea Green. HEX triplet: 21, 87 and 5C. RGB value is (33,135,92). Sum of RGB (Red+Green+Blue) = 33+135+92=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #21875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21875C is #DE78A3. Grayscale: #636363. Windows color (decimal): -14579876 or 6063905. OLE color: 6063905.
HSL color Cylindrical-coordinate representation of color #21875C: hue angle of 154.71º 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 #21875C is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 92 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.47 |
| HSL | 154.71º | 0.61% | 0.33% | - |
| HSV(B) | 154.71º | 0.76% | 0.53% | - |
| XYZ | 11.22 | 18.42 | 13.09 | - |
| YUV | 99.6 | 123.71 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 92 | 0.76 | 0 | 0.32 | 0.47 | 154.71 | 0.61 | 0.33 |
| Hex | 21 | 87 | 5C | 4C | 0 | 20 | 2F | 9B | 3D | 21 |
| Octal | 41 | 207 | 134 | 114 | 0 | 40 | 57 | 233 | 75 | 41 |
| Binary | 100001 | 10000111 | 1011100 | 1001100 | 0 | 100000 | 101111 | 10011011 | 111101 | 100001 |
Color Harmonies of #21875C
Complementary color
Monochromatic Colors of #21875C
Black with #21875C
Text Example
Text Example
White with #21875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21875C; }
p { color: rgb(33,135,92); }
H1.HeaderClassName
{
color: #21875C;
}
.AnyTagClassName
{
color: #21875C;
}
</style>
background-color css
<style>
a { background-color: #21875C; }
a { background-color: rgb(33,135,92); }
div.DivClassName
{
background-color: #21875C;
}
.BgClassName
{
background-color: #21875C;
}
</style>
border-color css
<style>
span { border-color: #21875C; }
span { border-color: rgb(33,135,92); }
td.TdClassName
{
border-color: #21875C;
}
.TagClassName
{
border-color: #21875C;
}
</style>