Shades of Evening Sea #165A4B
Tints of Evening Sea #165A4B
RGB
CMYK
RGB Variations
Color information
#165A4B (or 0x165A4B) is known color: Evening Sea. HEX triplet: 16, 5A and 4B. RGB value is (22,90,75). Sum of RGB (Red+Green+Blue) = 22+90+75=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 90 (35.55% from 255 or 48.13% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 90 - color contains mainly: green. Hex color #165A4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165A4B is #E9A5B4. Grayscale: #434343. Windows color (decimal): -15312309 or 4938262. OLE color: 4938262.
HSL color Cylindrical-coordinate representation of color #165A4B: hue angle of 166.76º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165A4B is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 90 | 75 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.65 |
| HSL | 166.76º | 0.61% | 0.22% | - |
| HSV(B) | 166.76º | 0.76% | 0.35% | - |
| XYZ | 5.26 | 7.99 | 7.92 | - |
| YUV | 67.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 75 | 0.76 | 0 | 0.17 | 0.65 | 166.76 | 0.61 | 0.22 |
| Hex | 16 | 5A | 4B | 4C | 0 | 11 | 41 | A7 | 3D | 16 |
| Octal | 26 | 132 | 113 | 114 | 0 | 21 | 101 | 247 | 75 | 26 |
| Binary | 10110 | 1011010 | 1001011 | 1001100 | 0 | 10001 | 1000001 | 10100111 | 111101 | 10110 |
Color Harmonies of #165A4B
Complementary color
Monochromatic Colors of #165A4B
Black with #165A4B
Text Example
Text Example
White with #165A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A4B; }
p { color: rgb(22,90,75); }
H1.HeaderClassName
{
color: #165A4B;
}
.AnyTagClassName
{
color: #165A4B;
}
</style>
background-color css
<style>
a { background-color: #165A4B; }
a { background-color: rgb(22,90,75); }
div.DivClassName
{
background-color: #165A4B;
}
.BgClassName
{
background-color: #165A4B;
}
</style>
border-color css
<style>
span { border-color: #165A4B; }
span { border-color: rgb(22,90,75); }
td.TdClassName
{
border-color: #165A4B;
}
.TagClassName
{
border-color: #165A4B;
}
</style>