Shades of Evening Sea #165A4C
Tints of Evening Sea #165A4C
RGB
CMYK
RGB Variations
Color information
#165A4C (or 0x165A4C) is known color: Evening Sea. HEX triplet: 16, 5A and 4C. RGB value is (22,90,76). Sum of RGB (Red+Green+Blue) = 22+90+76=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #165A4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165A4C is #E9A5B3. Grayscale: #444444. Windows color (decimal): -15312308 or 5003798. OLE color: 5003798.
HSL color Cylindrical-coordinate representation of color #165A4C: hue angle of 167.65º 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 #165A4C is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 90 | 76 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.65 |
| HSL | 167.65º | 0.61% | 0.22% | - |
| HSV(B) | 167.65º | 0.76% | 0.35% | - |
| XYZ | 5.29 | 8 | 8.1 | - |
| YUV | 68.07 | 132.47 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 76 | 0.76 | 0 | 0.16 | 0.65 | 167.65 | 0.61 | 0.22 |
| Hex | 16 | 5A | 4C | 4C | 0 | 10 | 41 | A8 | 3D | 16 |
| Octal | 26 | 132 | 114 | 114 | 0 | 20 | 101 | 250 | 75 | 26 |
| Binary | 10110 | 1011010 | 1001100 | 1001100 | 0 | 10000 | 1000001 | 10101000 | 111101 | 10110 |
Color Harmonies of #165A4C
Complementary color
Monochromatic Colors of #165A4C
Black with #165A4C
Text Example
Text Example
White with #165A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A4C; }
p { color: rgb(22,90,76); }
H1.HeaderClassName
{
color: #165A4C;
}
.AnyTagClassName
{
color: #165A4C;
}
</style>
background-color css
<style>
a { background-color: #165A4C; }
a { background-color: rgb(22,90,76); }
div.DivClassName
{
background-color: #165A4C;
}
.BgClassName
{
background-color: #165A4C;
}
</style>
border-color css
<style>
span { border-color: #165A4C; }
span { border-color: rgb(22,90,76); }
td.TdClassName
{
border-color: #165A4C;
}
.TagClassName
{
border-color: #165A4C;
}
</style>