Shades of Deep Sea #187D68
Tints of Deep Sea #187D68
RGB
CMYK
RGB Variations
Color information
#187D68 (or 0x187D68) is known color: Deep Sea. HEX triplet: 18, 7D and 68. RGB value is (24,125,104). Sum of RGB (Red+Green+Blue) = 24+125+104=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 125 - color contains mainly: green. Hex color #187D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187D68 is #E78297. Grayscale: #5C5C5C. Windows color (decimal): -15172248 or 6847768. OLE color: 6847768.
HSL color Cylindrical-coordinate representation of color #187D68: hue angle of 167.52º 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 #187D68 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 125 | 104 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.51 |
| HSL | 167.52º | 0.68% | 0.29% | - |
| HSV(B) | 167.52º | 0.81% | 0.49% | - |
| XYZ | 10.21 | 15.86 | 15.62 | - |
| YUV | 92.41 | 134.54 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 104 | 0.81 | 0 | 0.17 | 0.51 | 167.52 | 0.68 | 0.29 |
| Hex | 18 | 7D | 68 | 51 | 0 | 11 | 33 | A8 | 44 | 1D |
| Octal | 30 | 175 | 150 | 121 | 0 | 21 | 63 | 250 | 104 | 35 |
| Binary | 11000 | 1111101 | 1101000 | 1010001 | 0 | 10001 | 110011 | 10101000 | 1000100 | 11101 |
Color Harmonies of #187D68
Complementary color
Monochromatic Colors of #187D68
Black with #187D68
Text Example
Text Example
White with #187D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187D68; }
p { color: rgb(24,125,104); }
H1.HeaderClassName
{
color: #187D68;
}
.AnyTagClassName
{
color: #187D68;
}
</style>
background-color css
<style>
a { background-color: #187D68; }
a { background-color: rgb(24,125,104); }
div.DivClassName
{
background-color: #187D68;
}
.BgClassName
{
background-color: #187D68;
}
</style>
border-color css
<style>
span { border-color: #187D68; }
span { border-color: rgb(24,125,104); }
td.TdClassName
{
border-color: #187D68;
}
.TagClassName
{
border-color: #187D68;
}
</style>