Shades of Evening Sea #165D4B
Tints of Evening Sea #165D4B
RGB
CMYK
RGB Variations
Color information
#165D4B (or 0x165D4B) is known color: Evening Sea. HEX triplet: 16, 5D and 4B. RGB value is (22,93,75). Sum of RGB (Red+Green+Blue) = 22+93+75=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 93 (36.72% from 255 or 48.95% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 93 - color contains mainly: green. Hex color #165D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165D4B is #E9A2B4. Grayscale: #454545. Windows color (decimal): -15311541 or 4939030. OLE color: 4939030.
HSL color Cylindrical-coordinate representation of color #165D4B: hue angle of 164.79º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165D4B is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 93 | 75 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.64 |
| HSL | 164.79º | 0.62% | 0.23% | - |
| HSV(B) | 164.79º | 0.76% | 0.36% | - |
| XYZ | 5.52 | 8.51 | 8.01 | - |
| YUV | 69.72 | 130.98 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 75 | 0.76 | 0 | 0.19 | 0.64 | 164.79 | 0.62 | 0.23 |
| Hex | 16 | 5D | 4B | 4C | 0 | 13 | 40 | A5 | 3E | 17 |
| Octal | 26 | 135 | 113 | 114 | 0 | 23 | 100 | 245 | 76 | 27 |
| Binary | 10110 | 1011101 | 1001011 | 1001100 | 0 | 10011 | 1000000 | 10100101 | 111110 | 10111 |
Color Harmonies of #165D4B
Complementary color
Monochromatic Colors of #165D4B
Black with #165D4B
Text Example
Text Example
White with #165D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165D4B; }
p { color: rgb(22,93,75); }
H1.HeaderClassName
{
color: #165D4B;
}
.AnyTagClassName
{
color: #165D4B;
}
</style>
background-color css
<style>
a { background-color: #165D4B; }
a { background-color: rgb(22,93,75); }
div.DivClassName
{
background-color: #165D4B;
}
.BgClassName
{
background-color: #165D4B;
}
</style>
border-color css
<style>
span { border-color: #165D4B; }
span { border-color: rgb(22,93,75); }
td.TdClassName
{
border-color: #165D4B;
}
.TagClassName
{
border-color: #165D4B;
}
</style>