Shades of Deep Sea #18845C
Tints of Deep Sea #18845C
RGB
CMYK
RGB Variations
Color information
#18845C (or 0x18845C) is known color: Deep Sea. HEX triplet: 18, 84 and 5C. RGB value is (24,132,92). Sum of RGB (Red+Green+Blue) = 24+132+92=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #18845C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18845C is #E77BA3. Grayscale: #5F5F5F. Windows color (decimal): -15170468 or 6063128. OLE color: 6063128.
HSL color Cylindrical-coordinate representation of color #18845C: hue angle of 157.78º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18845C is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 132 | 92 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.48 |
| HSL | 157.78º | 0.69% | 0.31% | - |
| HSV(B) | 157.78º | 0.82% | 0.52% | - |
| XYZ | 10.56 | 17.47 | 12.94 | - |
| YUV | 95.15 | 126.22 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 92 | 0.82 | 0 | 0.30 | 0.48 | 157.78 | 0.69 | 0.31 |
| Hex | 18 | 84 | 5C | 52 | 0 | 1E | 30 | 9E | 45 | 1F |
| Octal | 30 | 204 | 134 | 122 | 0 | 36 | 60 | 236 | 105 | 37 |
| Binary | 11000 | 10000100 | 1011100 | 1010010 | 0 | 11110 | 110000 | 10011110 | 1000101 | 11111 |
Color Harmonies of #18845C
Complementary color
Monochromatic Colors of #18845C
Black with #18845C
Text Example
Text Example
White with #18845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18845C; }
p { color: rgb(24,132,92); }
H1.HeaderClassName
{
color: #18845C;
}
.AnyTagClassName
{
color: #18845C;
}
</style>
background-color css
<style>
a { background-color: #18845C; }
a { background-color: rgb(24,132,92); }
div.DivClassName
{
background-color: #18845C;
}
.BgClassName
{
background-color: #18845C;
}
</style>
border-color css
<style>
span { border-color: #18845C; }
span { border-color: rgb(24,132,92); }
td.TdClassName
{
border-color: #18845C;
}
.TagClassName
{
border-color: #18845C;
}
</style>