Shades of Deep Sea #18825C
Tints of Deep Sea #18825C
RGB
CMYK
RGB Variations
Color information
#18825C (or 0x18825C) is known color: Deep Sea. HEX triplet: 18, 82 and 5C. RGB value is (24,130,92). Sum of RGB (Red+Green+Blue) = 24+130+92=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #18825C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18825C is #E77DA3. Grayscale: #5E5E5E. Windows color (decimal): -15170980 or 6062616. OLE color: 6062616.
HSL color Cylindrical-coordinate representation of color #18825C: hue angle of 158.49º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18825C is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 130 | 92 | - |
| CMYK | 0.82 | 0 | 0.29 | 0.49 |
| HSL | 158.49º | 0.69% | 0.3% | - |
| HSV(B) | 158.49º | 0.82% | 0.51% | - |
| XYZ | 10.29 | 16.93 | 12.85 | - |
| YUV | 93.97 | 126.88 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 92 | 0.82 | 0 | 0.29 | 0.49 | 158.49 | 0.69 | 0.3 |
| Hex | 18 | 82 | 5C | 52 | 0 | 1D | 31 | 9E | 45 | 1E |
| Octal | 30 | 202 | 134 | 122 | 0 | 35 | 61 | 236 | 105 | 36 |
| Binary | 11000 | 10000010 | 1011100 | 1010010 | 0 | 11101 | 110001 | 10011110 | 1000101 | 11110 |
Color Harmonies of #18825C
Complementary color
Monochromatic Colors of #18825C
Black with #18825C
Text Example
Text Example
White with #18825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18825C; }
p { color: rgb(24,130,92); }
H1.HeaderClassName
{
color: #18825C;
}
.AnyTagClassName
{
color: #18825C;
}
</style>
background-color css
<style>
a { background-color: #18825C; }
a { background-color: rgb(24,130,92); }
div.DivClassName
{
background-color: #18825C;
}
.BgClassName
{
background-color: #18825C;
}
</style>
border-color css
<style>
span { border-color: #18825C; }
span { border-color: rgb(24,130,92); }
td.TdClassName
{
border-color: #18825C;
}
.TagClassName
{
border-color: #18825C;
}
</style>