Shades of Evening Sea #185F4B
Tints of Evening Sea #185F4B
RGB
CMYK
RGB Variations
Color information
#185F4B (or 0x185F4B) is known color: Evening Sea. HEX triplet: 18, 5F and 4B. RGB value is (24,95,75). Sum of RGB (Red+Green+Blue) = 24+95+75=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 95 (37.5% from 255 or 48.97% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 95 - color contains mainly: green. Hex color #185F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185F4B is #E7A0B4. Grayscale: #474747. Windows color (decimal): -15179957 or 4939544. OLE color: 4939544.
HSL color Cylindrical-coordinate representation of color #185F4B: hue angle of 163.1º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185F4B is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 95 | 75 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.63 |
| HSL | 163.1º | 0.6% | 0.23% | - |
| HSV(B) | 163.1º | 0.75% | 0.37% | - |
| XYZ | 5.74 | 8.89 | 8.07 | - |
| YUV | 71.49 | 129.98 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 75 | 0.75 | 0 | 0.21 | 0.63 | 163.1 | 0.6 | 0.23 |
| Hex | 18 | 5F | 4B | 4B | 0 | 15 | 3F | A3 | 3C | 17 |
| Octal | 30 | 137 | 113 | 113 | 0 | 25 | 77 | 243 | 74 | 27 |
| Binary | 11000 | 1011111 | 1001011 | 1001011 | 0 | 10101 | 111111 | 10100011 | 111100 | 10111 |
Color Harmonies of #185F4B
Complementary color
Monochromatic Colors of #185F4B
Black with #185F4B
Text Example
Text Example
White with #185F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185F4B; }
p { color: rgb(24,95,75); }
H1.HeaderClassName
{
color: #185F4B;
}
.AnyTagClassName
{
color: #185F4B;
}
</style>
background-color css
<style>
a { background-color: #185F4B; }
a { background-color: rgb(24,95,75); }
div.DivClassName
{
background-color: #185F4B;
}
.BgClassName
{
background-color: #185F4B;
}
</style>
border-color css
<style>
span { border-color: #185F4B; }
span { border-color: rgb(24,95,75); }
td.TdClassName
{
border-color: #185F4B;
}
.TagClassName
{
border-color: #185F4B;
}
</style>