Shades of Evening Sea #16584B
Tints of Evening Sea #16584B
RGB
CMYK
RGB Variations
Color information
#16584B (or 0x16584B) is known color: Evening Sea. HEX triplet: 16, 58 and 4B. RGB value is (22,88,75). Sum of RGB (Red+Green+Blue) = 22+88+75=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #16584B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16584B is #E9A7B4. Grayscale: #424242. Windows color (decimal): -15312821 or 4937750. OLE color: 4937750.
HSL color Cylindrical-coordinate representation of color #16584B: hue angle of 168.18º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #16584B is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 88 | 75 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.65 |
| HSL | 168.18º | 0.6% | 0.22% | - |
| HSV(B) | 168.18º | 0.75% | 0.35% | - |
| XYZ | 5.09 | 7.66 | 7.87 | - |
| YUV | 66.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 75 | 0.75 | 0 | 0.15 | 0.65 | 168.18 | 0.6 | 0.22 |
| Hex | 16 | 58 | 4B | 4B | 0 | F | 41 | A8 | 3C | 16 |
| Octal | 26 | 130 | 113 | 113 | 0 | 17 | 101 | 250 | 74 | 26 |
| Binary | 10110 | 1011000 | 1001011 | 1001011 | 0 | 1111 | 1000001 | 10101000 | 111100 | 10110 |
Color Harmonies of #16584B
Complementary color
Monochromatic Colors of #16584B
Black with #16584B
Text Example
Text Example
White with #16584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16584B; }
p { color: rgb(22,88,75); }
H1.HeaderClassName
{
color: #16584B;
}
.AnyTagClassName
{
color: #16584B;
}
</style>
background-color css
<style>
a { background-color: #16584B; }
a { background-color: rgb(22,88,75); }
div.DivClassName
{
background-color: #16584B;
}
.BgClassName
{
background-color: #16584B;
}
</style>
border-color css
<style>
span { border-color: #16584B; }
span { border-color: rgb(22,88,75); }
td.TdClassName
{
border-color: #16584B;
}
.TagClassName
{
border-color: #16584B;
}
</style>