Shades of Evening Sea #10594A
Tints of Evening Sea #10594A
RGB
CMYK
RGB Variations
Color information
#10594A (or 0x10594A) is known color: Evening Sea. HEX triplet: 10, 59 and 4A. RGB value is (16,89,74). Sum of RGB (Red+Green+Blue) = 16+89+74=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 89 (35.16% from 255 or 49.72% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 89 - color contains mainly: green. Hex color #10594A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10594A is #EFA6B5. Grayscale: #414141. Windows color (decimal): -15705782 or 4872464. OLE color: 4872464.
HSL color Cylindrical-coordinate representation of color #10594A: hue angle of 167.67º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10594A is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 89 | 74 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.65 |
| HSL | 167.67º | 0.7% | 0.21% | - |
| HSV(B) | 167.67º | 0.82% | 0.35% | - |
| XYZ | 5.02 | 7.75 | 7.71 | - |
| YUV | 65.46 | 132.82 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 74 | 0.82 | 0 | 0.17 | 0.65 | 167.67 | 0.7 | 0.21 |
| Hex | 10 | 59 | 4A | 52 | 0 | 11 | 41 | A8 | 46 | 15 |
| Octal | 20 | 131 | 112 | 122 | 0 | 21 | 101 | 250 | 106 | 25 |
| Binary | 10000 | 1011001 | 1001010 | 1010010 | 0 | 10001 | 1000001 | 10101000 | 1000110 | 10101 |
Color Harmonies of #10594A
Complementary color
Monochromatic Colors of #10594A
Black with #10594A
Text Example
Text Example
White with #10594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10594A; }
p { color: rgb(16,89,74); }
H1.HeaderClassName
{
color: #10594A;
}
.AnyTagClassName
{
color: #10594A;
}
</style>
background-color css
<style>
a { background-color: #10594A; }
a { background-color: rgb(16,89,74); }
div.DivClassName
{
background-color: #10594A;
}
.BgClassName
{
background-color: #10594A;
}
</style>
border-color css
<style>
span { border-color: #10594A; }
span { border-color: rgb(16,89,74); }
td.TdClassName
{
border-color: #10594A;
}
.TagClassName
{
border-color: #10594A;
}
</style>