Shades of Sea Green #21945C
Tints of Sea Green #21945C
RGB
CMYK
RGB Variations
Color information
#21945C (or 0x21945C) is known color: Sea Green. HEX triplet: 21, 94 and 5C. RGB value is (33,148,92). Sum of RGB (Red+Green+Blue) = 33+148+92=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #21945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21945C is #DE6BA3. Grayscale: #6B6B6B. Windows color (decimal): -14576548 or 6067233. OLE color: 6067233.
HSL color Cylindrical-coordinate representation of color #21945C: hue angle of 150.78º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21945C is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 148 | 92 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.42 |
| HSL | 150.78º | 0.64% | 0.35% | - |
| HSV(B) | 150.78º | 0.78% | 0.58% | - |
| XYZ | 13.15 | 22.28 | 13.73 | - |
| YUV | 107.23 | 119.4 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 92 | 0.78 | 0 | 0.38 | 0.42 | 150.78 | 0.64 | 0.35 |
| Hex | 21 | 94 | 5C | 4E | 0 | 26 | 2A | 97 | 40 | 23 |
| Octal | 41 | 224 | 134 | 116 | 0 | 46 | 52 | 227 | 100 | 43 |
| Binary | 100001 | 10010100 | 1011100 | 1001110 | 0 | 100110 | 101010 | 10010111 | 1000000 | 100011 |
Color Harmonies of #21945C
Complementary color
Monochromatic Colors of #21945C
Black with #21945C
Text Example
Text Example
White with #21945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21945C; }
p { color: rgb(33,148,92); }
H1.HeaderClassName
{
color: #21945C;
}
.AnyTagClassName
{
color: #21945C;
}
</style>
background-color css
<style>
a { background-color: #21945C; }
a { background-color: rgb(33,148,92); }
div.DivClassName
{
background-color: #21945C;
}
.BgClassName
{
background-color: #21945C;
}
</style>
border-color css
<style>
span { border-color: #21945C; }
span { border-color: rgb(33,148,92); }
td.TdClassName
{
border-color: #21945C;
}
.TagClassName
{
border-color: #21945C;
}
</style>