Shades of Deep Sea #187C65
Tints of Deep Sea #187C65
RGB
CMYK
RGB Variations
Color information
#187C65 (or 0x187C65) is known color: Deep Sea. HEX triplet: 18, 7C and 65. RGB value is (24,124,101). Sum of RGB (Red+Green+Blue) = 24+124+101=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 124 (48.83% from 255 or 49.80% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 124 - color contains mainly: green. Hex color #187C65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187C65 is #E7839A. Grayscale: #5B5B5B. Windows color (decimal): -15172507 or 6650904. OLE color: 6650904.
HSL color Cylindrical-coordinate representation of color #187C65: hue angle of 166.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187C65 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 124 | 101 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.51 |
| HSL | 166.2º | 0.68% | 0.29% | - |
| HSV(B) | 166.2º | 0.81% | 0.49% | - |
| XYZ | 9.93 | 15.55 | 14.79 | - |
| YUV | 91.48 | 133.37 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 101 | 0.81 | 0 | 0.19 | 0.51 | 166.2 | 0.68 | 0.29 |
| Hex | 18 | 7C | 65 | 51 | 0 | 13 | 33 | A6 | 44 | 1D |
| Octal | 30 | 174 | 145 | 121 | 0 | 23 | 63 | 246 | 104 | 35 |
| Binary | 11000 | 1111100 | 1100101 | 1010001 | 0 | 10011 | 110011 | 10100110 | 1000100 | 11101 |
Color Harmonies of #187C65
Complementary color
Monochromatic Colors of #187C65
Black with #187C65
Text Example
Text Example
White with #187C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187C65; }
p { color: rgb(24,124,101); }
H1.HeaderClassName
{
color: #187C65;
}
.AnyTagClassName
{
color: #187C65;
}
</style>
background-color css
<style>
a { background-color: #187C65; }
a { background-color: rgb(24,124,101); }
div.DivClassName
{
background-color: #187C65;
}
.BgClassName
{
background-color: #187C65;
}
</style>
border-color css
<style>
span { border-color: #187C65; }
span { border-color: rgb(24,124,101); }
td.TdClassName
{
border-color: #187C65;
}
.TagClassName
{
border-color: #187C65;
}
</style>