Shades of Deep Sea #18875C
Tints of Deep Sea #18875C
RGB
CMYK
RGB Variations
Color information
#18875C (or 0x18875C) is known color: Deep Sea. HEX triplet: 18, 87 and 5C. RGB value is (24,135,92). Sum of RGB (Red+Green+Blue) = 24+135+92=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #18875C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18875C is #E778A3. Grayscale: #606060. Windows color (decimal): -15169700 or 6063896. OLE color: 6063896.
HSL color Cylindrical-coordinate representation of color #18875C: hue angle of 156.76º 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 #18875C is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 135 | 92 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.47 |
| HSL | 156.76º | 0.7% | 0.31% | - |
| HSV(B) | 156.76º | 0.82% | 0.53% | - |
| XYZ | 10.97 | 18.29 | 13.08 | - |
| YUV | 96.91 | 125.23 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 135 | 92 | 0.82 | 0 | 0.32 | 0.47 | 156.76 | 0.7 | 0.31 |
| Hex | 18 | 87 | 5C | 52 | 0 | 20 | 2F | 9D | 46 | 1F |
| Octal | 30 | 207 | 134 | 122 | 0 | 40 | 57 | 235 | 106 | 37 |
| Binary | 11000 | 10000111 | 1011100 | 1010010 | 0 | 100000 | 101111 | 10011101 | 1000110 | 11111 |
Color Harmonies of #18875C
Complementary color
Monochromatic Colors of #18875C
Black with #18875C
Text Example
Text Example
White with #18875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18875C; }
p { color: rgb(24,135,92); }
H1.HeaderClassName
{
color: #18875C;
}
.AnyTagClassName
{
color: #18875C;
}
</style>
background-color css
<style>
a { background-color: #18875C; }
a { background-color: rgb(24,135,92); }
div.DivClassName
{
background-color: #18875C;
}
.BgClassName
{
background-color: #18875C;
}
</style>
border-color css
<style>
span { border-color: #18875C; }
span { border-color: rgb(24,135,92); }
td.TdClassName
{
border-color: #18875C;
}
.TagClassName
{
border-color: #18875C;
}
</style>