Shades of Evening Sea #18554B
Tints of Evening Sea #18554B
RGB
CMYK
RGB Variations
Color information
#18554B (or 0x18554B) is known color: Evening Sea. HEX triplet: 18, 55 and 4B. RGB value is (24,85,75). Sum of RGB (Red+Green+Blue) = 24+85+75=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #18554B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18554B is #E7AAB4. Grayscale: #414141. Windows color (decimal): -15182517 or 4936984. OLE color: 4936984.
HSL color Cylindrical-coordinate representation of color #18554B: hue angle of 170.16º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #18554B is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 85 | 75 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.67 |
| HSL | 170.16º | 0.56% | 0.21% | - |
| HSV(B) | 170.16º | 0.72% | 0.33% | - |
| XYZ | 4.9 | 7.2 | 7.79 | - |
| YUV | 65.62 | 133.29 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 75 | 0.72 | 0 | 0.12 | 0.67 | 170.16 | 0.56 | 0.21 |
| Hex | 18 | 55 | 4B | 48 | 0 | C | 43 | AA | 38 | 15 |
| Octal | 30 | 125 | 113 | 110 | 0 | 14 | 103 | 252 | 70 | 25 |
| Binary | 11000 | 1010101 | 1001011 | 1001000 | 0 | 1100 | 1000011 | 10101010 | 111000 | 10101 |
Color Harmonies of #18554B
Complementary color
Monochromatic Colors of #18554B
Black with #18554B
Text Example
Text Example
White with #18554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18554B; }
p { color: rgb(24,85,75); }
H1.HeaderClassName
{
color: #18554B;
}
.AnyTagClassName
{
color: #18554B;
}
</style>
background-color css
<style>
a { background-color: #18554B; }
a { background-color: rgb(24,85,75); }
div.DivClassName
{
background-color: #18554B;
}
.BgClassName
{
background-color: #18554B;
}
</style>
border-color css
<style>
span { border-color: #18554B; }
span { border-color: rgb(24,85,75); }
td.TdClassName
{
border-color: #18554B;
}
.TagClassName
{
border-color: #18554B;
}
</style>