Shades of Evening Sea #185B48
Tints of Evening Sea #185B48
RGB
CMYK
RGB Variations
Color information
#185B48 (or 0x185B48) is known color: Evening Sea. HEX triplet: 18, 5B and 48. RGB value is (24,91,72). Sum of RGB (Red+Green+Blue) = 24+91+72=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 91 (35.94% from 255 or 48.66% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 91 - color contains mainly: green. Hex color #185B48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185B48 is #E7A4B7. Grayscale: #444444. Windows color (decimal): -15180984 or 4741912. OLE color: 4741912.
HSL color Cylindrical-coordinate representation of color #185B48: hue angle of 162.99º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185B48 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 91 | 72 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.64 |
| HSL | 162.99º | 0.58% | 0.23% | - |
| HSV(B) | 162.99º | 0.74% | 0.36% | - |
| XYZ | 5.29 | 8.14 | 7.42 | - |
| YUV | 68.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 72 | 0.74 | 0 | 0.21 | 0.64 | 162.99 | 0.58 | 0.23 |
| Hex | 18 | 5B | 48 | 4A | 0 | 15 | 40 | A3 | 3A | 17 |
| Octal | 30 | 133 | 110 | 112 | 0 | 25 | 100 | 243 | 72 | 27 |
| Binary | 11000 | 1011011 | 1001000 | 1001010 | 0 | 10101 | 1000000 | 10100011 | 111010 | 10111 |
Color Harmonies of #185B48
Complementary color
Monochromatic Colors of #185B48
Black with #185B48
Text Example
Text Example
White with #185B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B48; }
p { color: rgb(24,91,72); }
H1.HeaderClassName
{
color: #185B48;
}
.AnyTagClassName
{
color: #185B48;
}
</style>
background-color css
<style>
a { background-color: #185B48; }
a { background-color: rgb(24,91,72); }
div.DivClassName
{
background-color: #185B48;
}
.BgClassName
{
background-color: #185B48;
}
</style>
border-color css
<style>
span { border-color: #185B48; }
span { border-color: rgb(24,91,72); }
td.TdClassName
{
border-color: #185B48;
}
.TagClassName
{
border-color: #185B48;
}
</style>