Shades of Deep Sea #187D6B
Tints of Deep Sea #187D6B
RGB
CMYK
RGB Variations
Color information
#187D6B (or 0x187D6B) is known color: Deep Sea. HEX triplet: 18, 7D and 6B. RGB value is (24,125,107). Sum of RGB (Red+Green+Blue) = 24+125+107=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 125 (49.22% from 255 or 48.83% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 125 - color contains mainly: green. Hex color #187D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187D6B is #E78294. Grayscale: #5C5C5C. Windows color (decimal): -15172245 or 7044376. OLE color: 7044376.
HSL color Cylindrical-coordinate representation of color #187D6B: hue angle of 169.31º 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 #187D6B is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 125 | 107 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.51 |
| HSL | 169.31º | 0.68% | 0.29% | - |
| HSV(B) | 169.31º | 0.81% | 0.49% | - |
| XYZ | 10.36 | 15.92 | 16.44 | - |
| YUV | 92.75 | 136.04 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 107 | 0.81 | 0 | 0.14 | 0.51 | 169.31 | 0.68 | 0.29 |
| Hex | 18 | 7D | 6B | 51 | 0 | E | 33 | A9 | 44 | 1D |
| Octal | 30 | 175 | 153 | 121 | 0 | 16 | 63 | 251 | 104 | 35 |
| Binary | 11000 | 1111101 | 1101011 | 1010001 | 0 | 1110 | 110011 | 10101001 | 1000100 | 11101 |
Color Harmonies of #187D6B
Complementary color
Monochromatic Colors of #187D6B
Black with #187D6B
Text Example
Text Example
White with #187D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187D6B; }
p { color: rgb(24,125,107); }
H1.HeaderClassName
{
color: #187D6B;
}
.AnyTagClassName
{
color: #187D6B;
}
</style>
background-color css
<style>
a { background-color: #187D6B; }
a { background-color: rgb(24,125,107); }
div.DivClassName
{
background-color: #187D6B;
}
.BgClassName
{
background-color: #187D6B;
}
</style>
border-color css
<style>
span { border-color: #187D6B; }
span { border-color: rgb(24,125,107); }
td.TdClassName
{
border-color: #187D6B;
}
.TagClassName
{
border-color: #187D6B;
}
</style>