Shades of Deep Sea #187C6A
Tints of Deep Sea #187C6A
RGB
CMYK
RGB Variations
Color information
#187C6A (or 0x187C6A) is known color: Deep Sea. HEX triplet: 18, 7C and 6A. RGB value is (24,124,106). Sum of RGB (Red+Green+Blue) = 24+124+106=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 124 (48.83% from 255 or 48.82% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 124 - color contains mainly: green. Hex color #187C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187C6A is #E78395. Grayscale: #5C5C5C. Windows color (decimal): -15172502 or 6978584. OLE color: 6978584.
HSL color Cylindrical-coordinate representation of color #187C6A: hue angle of 169.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 #187C6A is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 124 | 106 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.51 |
| HSL | 169.2º | 0.68% | 0.29% | - |
| HSV(B) | 169.2º | 0.81% | 0.49% | - |
| XYZ | 10.19 | 15.65 | 16.12 | - |
| YUV | 92.05 | 135.87 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 106 | 0.81 | 0 | 0.15 | 0.51 | 169.2 | 0.68 | 0.29 |
| Hex | 18 | 7C | 6A | 51 | 0 | F | 33 | A9 | 44 | 1D |
| Octal | 30 | 174 | 152 | 121 | 0 | 17 | 63 | 251 | 104 | 35 |
| Binary | 11000 | 1111100 | 1101010 | 1010001 | 0 | 1111 | 110011 | 10101001 | 1000100 | 11101 |
Color Harmonies of #187C6A
Complementary color
Monochromatic Colors of #187C6A
Black with #187C6A
Text Example
Text Example
White with #187C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187C6A; }
p { color: rgb(24,124,106); }
H1.HeaderClassName
{
color: #187C6A;
}
.AnyTagClassName
{
color: #187C6A;
}
</style>
background-color css
<style>
a { background-color: #187C6A; }
a { background-color: rgb(24,124,106); }
div.DivClassName
{
background-color: #187C6A;
}
.BgClassName
{
background-color: #187C6A;
}
</style>
border-color css
<style>
span { border-color: #187C6A; }
span { border-color: rgb(24,124,106); }
td.TdClassName
{
border-color: #187C6A;
}
.TagClassName
{
border-color: #187C6A;
}
</style>