Shades of Evening Sea #185A4C
Tints of Evening Sea #185A4C
RGB
CMYK
RGB Variations
Color information
#185A4C (or 0x185A4C) is known color: Evening Sea. HEX triplet: 18, 5A and 4C. RGB value is (24,90,76). Sum of RGB (Red+Green+Blue) = 24+90+76=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 90 (35.55% from 255 or 47.37% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 90 - color contains mainly: green. Hex color #185A4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185A4C is #E7A5B3. Grayscale: #444444. Windows color (decimal): -15181236 or 5003800. OLE color: 5003800.
HSL color Cylindrical-coordinate representation of color #185A4C: hue angle of 167.27º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185A4C is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 90 | 76 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.65 |
| HSL | 167.27º | 0.58% | 0.22% | - |
| HSV(B) | 167.27º | 0.73% | 0.35% | - |
| XYZ | 5.34 | 8.03 | 8.11 | - |
| YUV | 68.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 76 | 0.73 | 0 | 0.16 | 0.65 | 167.27 | 0.58 | 0.22 |
| Hex | 18 | 5A | 4C | 49 | 0 | 10 | 41 | A7 | 3A | 16 |
| Octal | 30 | 132 | 114 | 111 | 0 | 20 | 101 | 247 | 72 | 26 |
| Binary | 11000 | 1011010 | 1001100 | 1001001 | 0 | 10000 | 1000001 | 10100111 | 111010 | 10110 |
Color Harmonies of #185A4C
Complementary color
Monochromatic Colors of #185A4C
Black with #185A4C
Text Example
Text Example
White with #185A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185A4C; }
p { color: rgb(24,90,76); }
H1.HeaderClassName
{
color: #185A4C;
}
.AnyTagClassName
{
color: #185A4C;
}
</style>
background-color css
<style>
a { background-color: #185A4C; }
a { background-color: rgb(24,90,76); }
div.DivClassName
{
background-color: #185A4C;
}
.BgClassName
{
background-color: #185A4C;
}
</style>
border-color css
<style>
span { border-color: #185A4C; }
span { border-color: rgb(24,90,76); }
td.TdClassName
{
border-color: #185A4C;
}
.TagClassName
{
border-color: #185A4C;
}
</style>