Shades of Evening Sea #21614F
Tints of Evening Sea #21614F
RGB
CMYK
RGB Variations
Color information
#21614F (or 0x21614F) is known color: Evening Sea. HEX triplet: 21, 61 and 4F. RGB value is (33,97,79). Sum of RGB (Red+Green+Blue) = 33+97+79=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #21614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21614F is #DE9EB0. Grayscale: #4B4B4B. Windows color (decimal): -14589617 or 5202209. OLE color: 5202209.
HSL color Cylindrical-coordinate representation of color #21614F: hue angle of 163.12º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #21614F is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 97 | 79 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.62 |
| HSL | 163.13º | 0.49% | 0.25% | - |
| HSV(B) | 163.13º | 0.66% | 0.38% | - |
| XYZ | 6.31 | 9.44 | 8.89 | - |
| YUV | 75.81 | 129.8 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 97 | 79 | 0.66 | 0 | 0.19 | 0.62 | 163.13 | 0.49 | 0.25 |
| Hex | 21 | 61 | 4F | 42 | 0 | 13 | 3E | A3 | 31 | 19 |
| Octal | 41 | 141 | 117 | 102 | 0 | 23 | 76 | 243 | 61 | 31 |
| Binary | 100001 | 1100001 | 1001111 | 1000010 | 0 | 10011 | 111110 | 10100011 | 110001 | 11001 |
Color Harmonies of #21614F
Complementary color
Monochromatic Colors of #21614F
Black with #21614F
Text Example
Text Example
White with #21614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21614F; }
p { color: rgb(33,97,79); }
H1.HeaderClassName
{
color: #21614F;
}
.AnyTagClassName
{
color: #21614F;
}
</style>
background-color css
<style>
a { background-color: #21614F; }
a { background-color: rgb(33,97,79); }
div.DivClassName
{
background-color: #21614F;
}
.BgClassName
{
background-color: #21614F;
}
</style>
border-color css
<style>
span { border-color: #21614F; }
span { border-color: rgb(33,97,79); }
td.TdClassName
{
border-color: #21614F;
}
.TagClassName
{
border-color: #21614F;
}
</style>