Shades of Deep Sea #18865C
Tints of Deep Sea #18865C
RGB
CMYK
RGB Variations
Color information
#18865C (or 0x18865C) is known color: Deep Sea. HEX triplet: 18, 86 and 5C. RGB value is (24,134,92). Sum of RGB (Red+Green+Blue) = 24+134+92=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #18865C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18865C is #E779A3. Grayscale: #606060. Windows color (decimal): -15169956 or 6063640. OLE color: 6063640.
HSL color Cylindrical-coordinate representation of color #18865C: hue angle of 157.09º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18865C is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 134 | 92 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.47 |
| HSL | 157.09º | 0.7% | 0.31% | - |
| HSV(B) | 157.09º | 0.82% | 0.53% | - |
| XYZ | 10.83 | 18.02 | 13.03 | - |
| YUV | 96.32 | 125.56 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 134 | 92 | 0.82 | 0 | 0.31 | 0.47 | 157.09 | 0.7 | 0.31 |
| Hex | 18 | 86 | 5C | 52 | 0 | 1F | 2F | 9D | 46 | 1F |
| Octal | 30 | 206 | 134 | 122 | 0 | 37 | 57 | 235 | 106 | 37 |
| Binary | 11000 | 10000110 | 1011100 | 1010010 | 0 | 11111 | 101111 | 10011101 | 1000110 | 11111 |
Color Harmonies of #18865C
Complementary color
Monochromatic Colors of #18865C
Black with #18865C
Text Example
Text Example
White with #18865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18865C; }
p { color: rgb(24,134,92); }
H1.HeaderClassName
{
color: #18865C;
}
.AnyTagClassName
{
color: #18865C;
}
</style>
background-color css
<style>
a { background-color: #18865C; }
a { background-color: rgb(24,134,92); }
div.DivClassName
{
background-color: #18865C;
}
.BgClassName
{
background-color: #18865C;
}
</style>
border-color css
<style>
span { border-color: #18865C; }
span { border-color: rgb(24,134,92); }
td.TdClassName
{
border-color: #18865C;
}
.TagClassName
{
border-color: #18865C;
}
</style>