Shades of Sea Green #21945A
Tints of Sea Green #21945A
RGB
CMYK
RGB Variations
Color information
#21945A (or 0x21945A) is known color: Sea Green. HEX triplet: 21, 94 and 5A. RGB value is (33,148,90). Sum of RGB (Red+Green+Blue) = 33+148+90=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #21945A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21945A is #DE6BA5. Grayscale: #6B6B6B. Windows color (decimal): -14576550 or 5936161. OLE color: 5936161.
HSL color Cylindrical-coordinate representation of color #21945A: hue angle of 149.74º 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 #21945A is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 148 | 90 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.42 |
| HSL | 149.74º | 0.64% | 0.35% | - |
| HSV(B) | 149.74º | 0.78% | 0.58% | - |
| XYZ | 13.06 | 22.24 | 13.28 | - |
| YUV | 107 | 118.4 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 90 | 0.78 | 0 | 0.39 | 0.42 | 149.74 | 0.64 | 0.35 |
| Hex | 21 | 94 | 5A | 4E | 0 | 27 | 2A | 96 | 40 | 23 |
| Octal | 41 | 224 | 132 | 116 | 0 | 47 | 52 | 226 | 100 | 43 |
| Binary | 100001 | 10010100 | 1011010 | 1001110 | 0 | 100111 | 101010 | 10010110 | 1000000 | 100011 |
Color Harmonies of #21945A
Complementary color
Monochromatic Colors of #21945A
Black with #21945A
Text Example
Text Example
White with #21945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21945A; }
p { color: rgb(33,148,90); }
H1.HeaderClassName
{
color: #21945A;
}
.AnyTagClassName
{
color: #21945A;
}
</style>
background-color css
<style>
a { background-color: #21945A; }
a { background-color: rgb(33,148,90); }
div.DivClassName
{
background-color: #21945A;
}
.BgClassName
{
background-color: #21945A;
}
</style>
border-color css
<style>
span { border-color: #21945A; }
span { border-color: rgb(33,148,90); }
td.TdClassName
{
border-color: #21945A;
}
.TagClassName
{
border-color: #21945A;
}
</style>