Shades of Deep Sea #187F6A
Tints of Deep Sea #187F6A
RGB
CMYK
RGB Variations
Color information
#187F6A (or 0x187F6A) is known color: Deep Sea. HEX triplet: 18, 7F and 6A. RGB value is (24,127,106). Sum of RGB (Red+Green+Blue) = 24+127+106=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #187F6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187F6A is #E78095. Grayscale: #5D5D5D. Windows color (decimal): -15171734 or 6979352. OLE color: 6979352.
HSL color Cylindrical-coordinate representation of color #187F6A: hue angle of 167.77º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187F6A is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 127 | 106 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.50 |
| HSL | 167.77º | 0.68% | 0.3% | - |
| HSV(B) | 167.77º | 0.81% | 0.5% | - |
| XYZ | 10.57 | 16.41 | 16.25 | - |
| YUV | 93.81 | 134.88 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 127 | 106 | 0.81 | 0 | 0.17 | 0.50 | 167.77 | 0.68 | 0.3 |
| Hex | 18 | 7F | 6A | 51 | 0 | 11 | 32 | A8 | 44 | 1E |
| Octal | 30 | 177 | 152 | 121 | 0 | 21 | 62 | 250 | 104 | 36 |
| Binary | 11000 | 1111111 | 1101010 | 1010001 | 0 | 10001 | 110010 | 10101000 | 1000100 | 11110 |
Color Harmonies of #187F6A
Complementary color
Monochromatic Colors of #187F6A
Black with #187F6A
Text Example
Text Example
White with #187F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187F6A; }
p { color: rgb(24,127,106); }
H1.HeaderClassName
{
color: #187F6A;
}
.AnyTagClassName
{
color: #187F6A;
}
</style>
background-color css
<style>
a { background-color: #187F6A; }
a { background-color: rgb(24,127,106); }
div.DivClassName
{
background-color: #187F6A;
}
.BgClassName
{
background-color: #187F6A;
}
</style>
border-color css
<style>
span { border-color: #187F6A; }
span { border-color: rgb(24,127,106); }
td.TdClassName
{
border-color: #187F6A;
}
.TagClassName
{
border-color: #187F6A;
}
</style>