Shades of Deep Sea #187D63
Tints of Deep Sea #187D63
RGB
CMYK
RGB Variations
Color information
#187D63 (or 0x187D63) is known color: Deep Sea. HEX triplet: 18, 7D and 63. RGB value is (24,125,99). Sum of RGB (Red+Green+Blue) = 24+125+99=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 125 (49.22% from 255 or 50.40% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 125 - color contains mainly: green. Hex color #187D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187D63 is #E7829C. Grayscale: #5B5B5B. Windows color (decimal): -15172253 or 6520088. OLE color: 6520088.
HSL color Cylindrical-coordinate representation of color #187D63: hue angle of 164.55º 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 #187D63 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 125 | 99 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.51 |
| HSL | 164.55º | 0.68% | 0.29% | - |
| HSV(B) | 164.55º | 0.81% | 0.49% | - |
| XYZ | 9.96 | 15.76 | 14.32 | - |
| YUV | 91.84 | 132.04 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 99 | 0.81 | 0 | 0.21 | 0.51 | 164.55 | 0.68 | 0.29 |
| Hex | 18 | 7D | 63 | 51 | 0 | 15 | 33 | A5 | 44 | 1D |
| Octal | 30 | 175 | 143 | 121 | 0 | 25 | 63 | 245 | 104 | 35 |
| Binary | 11000 | 1111101 | 1100011 | 1010001 | 0 | 10101 | 110011 | 10100101 | 1000100 | 11101 |
Color Harmonies of #187D63
Complementary color
Monochromatic Colors of #187D63
Black with #187D63
Text Example
Text Example
White with #187D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187D63; }
p { color: rgb(24,125,99); }
H1.HeaderClassName
{
color: #187D63;
}
.AnyTagClassName
{
color: #187D63;
}
</style>
background-color css
<style>
a { background-color: #187D63; }
a { background-color: rgb(24,125,99); }
div.DivClassName
{
background-color: #187D63;
}
.BgClassName
{
background-color: #187D63;
}
</style>
border-color css
<style>
span { border-color: #187D63; }
span { border-color: rgb(24,125,99); }
td.TdClassName
{
border-color: #187D63;
}
.TagClassName
{
border-color: #187D63;
}
</style>