Shades of Deep Sea #187A6B
Tints of Deep Sea #187A6B
RGB
CMYK
RGB Variations
Color information
#187A6B (or 0x187A6B) is known color: Deep Sea. HEX triplet: 18, 7A and 6B. RGB value is (24,122,107). Sum of RGB (Red+Green+Blue) = 24+122+107=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 122 - color contains mainly: green. Hex color #187A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187A6B is #E78594. Grayscale: #5A5A5A. Windows color (decimal): -15173013 or 7043608. OLE color: 7043608.
HSL color Cylindrical-coordinate representation of color #187A6B: hue angle of 170.82º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187A6B is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 122 | 107 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.52 |
| HSL | 170.82º | 0.67% | 0.29% | - |
| HSV(B) | 170.82º | 0.8% | 0.48% | - |
| XYZ | 9.99 | 15.17 | 16.31 | - |
| YUV | 90.99 | 137.03 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 122 | 107 | 0.80 | 0 | 0.12 | 0.52 | 170.82 | 0.67 | 0.29 |
| Hex | 18 | 7A | 6B | 50 | 0 | C | 34 | AB | 43 | 1D |
| Octal | 30 | 172 | 153 | 120 | 0 | 14 | 64 | 253 | 103 | 35 |
| Binary | 11000 | 1111010 | 1101011 | 1010000 | 0 | 1100 | 110100 | 10101011 | 1000011 | 11101 |
Color Harmonies of #187A6B
Complementary color
Monochromatic Colors of #187A6B
Black with #187A6B
Text Example
Text Example
White with #187A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187A6B; }
p { color: rgb(24,122,107); }
H1.HeaderClassName
{
color: #187A6B;
}
.AnyTagClassName
{
color: #187A6B;
}
</style>
background-color css
<style>
a { background-color: #187A6B; }
a { background-color: rgb(24,122,107); }
div.DivClassName
{
background-color: #187A6B;
}
.BgClassName
{
background-color: #187A6B;
}
</style>
border-color css
<style>
span { border-color: #187A6B; }
span { border-color: rgb(24,122,107); }
td.TdClassName
{
border-color: #187A6B;
}
.TagClassName
{
border-color: #187A6B;
}
</style>