Shades of Evening Sea #15614F
Tints of Evening Sea #15614F
RGB
CMYK
RGB Variations
Color information
#15614F (or 0x15614F) is known color: Evening Sea. HEX triplet: 15, 61 and 4F. RGB value is (21,97,79). Sum of RGB (Red+Green+Blue) = 21+97+79=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #15614F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15614F is #EA9EB0. Grayscale: #484848. Windows color (decimal): -15376049 or 5202197. OLE color: 5202197.
HSL color Cylindrical-coordinate representation of color #15614F: hue angle of 165.79º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15614F is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 97 | 79 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.62 |
| HSL | 165.79º | 0.64% | 0.23% | - |
| HSV(B) | 165.79º | 0.78% | 0.38% | - |
| XYZ | 6 | 9.27 | 8.87 | - |
| YUV | 72.22 | 131.82 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 97 | 79 | 0.78 | 0 | 0.19 | 0.62 | 165.79 | 0.64 | 0.23 |
| Hex | 15 | 61 | 4F | 4E | 0 | 13 | 3E | A6 | 40 | 17 |
| Octal | 25 | 141 | 117 | 116 | 0 | 23 | 76 | 246 | 100 | 27 |
| Binary | 10101 | 1100001 | 1001111 | 1001110 | 0 | 10011 | 111110 | 10100110 | 1000000 | 10111 |
Color Harmonies of #15614F
Complementary color
Monochromatic Colors of #15614F
Black with #15614F
Text Example
Text Example
White with #15614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15614F; }
p { color: rgb(21,97,79); }
H1.HeaderClassName
{
color: #15614F;
}
.AnyTagClassName
{
color: #15614F;
}
</style>
background-color css
<style>
a { background-color: #15614F; }
a { background-color: rgb(21,97,79); }
div.DivClassName
{
background-color: #15614F;
}
.BgClassName
{
background-color: #15614F;
}
</style>
border-color css
<style>
span { border-color: #15614F; }
span { border-color: rgb(21,97,79); }
td.TdClassName
{
border-color: #15614F;
}
.TagClassName
{
border-color: #15614F;
}
</style>