Shades of Deep Sea #18835C
Tints of Deep Sea #18835C
RGB
CMYK
RGB Variations
Color information
#18835C (or 0x18835C) is known color: Deep Sea. HEX triplet: 18, 83 and 5C. RGB value is (24,131,92). Sum of RGB (Red+Green+Blue) = 24+131+92=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #18835C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18835C is #E77CA3. Grayscale: #5E5E5E. Windows color (decimal): -15170724 or 6062872. OLE color: 6062872.
HSL color Cylindrical-coordinate representation of color #18835C: hue angle of 158.13º 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 #18835C is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 131 | 92 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.49 |
| HSL | 158.13º | 0.69% | 0.3% | - |
| HSV(B) | 158.13º | 0.82% | 0.51% | - |
| XYZ | 10.42 | 17.2 | 12.9 | - |
| YUV | 94.56 | 126.55 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 131 | 92 | 0.82 | 0 | 0.30 | 0.49 | 158.13 | 0.69 | 0.3 |
| Hex | 18 | 83 | 5C | 52 | 0 | 1E | 31 | 9E | 45 | 1E |
| Octal | 30 | 203 | 134 | 122 | 0 | 36 | 61 | 236 | 105 | 36 |
| Binary | 11000 | 10000011 | 1011100 | 1010010 | 0 | 11110 | 110001 | 10011110 | 1000101 | 11110 |
Color Harmonies of #18835C
Complementary color
Monochromatic Colors of #18835C
Black with #18835C
Text Example
Text Example
White with #18835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18835C; }
p { color: rgb(24,131,92); }
H1.HeaderClassName
{
color: #18835C;
}
.AnyTagClassName
{
color: #18835C;
}
</style>
background-color css
<style>
a { background-color: #18835C; }
a { background-color: rgb(24,131,92); }
div.DivClassName
{
background-color: #18835C;
}
.BgClassName
{
background-color: #18835C;
}
</style>
border-color css
<style>
span { border-color: #18835C; }
span { border-color: rgb(24,131,92); }
td.TdClassName
{
border-color: #18835C;
}
.TagClassName
{
border-color: #18835C;
}
</style>