Shades of Deep Sea #147D6D
Tints of Deep Sea #147D6D
RGB
CMYK
RGB Variations
Color information
#147D6D (or 0x147D6D) is known color: Deep Sea. HEX triplet: 14, 7D and 6D. RGB value is (20,125,109). Sum of RGB (Red+Green+Blue) = 20+125+109=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 125 (49.22% from 255 or 49.21% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 125 - color contains mainly: green. Hex color #147D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147D6D is #EB8292. Grayscale: #5B5B5B. Windows color (decimal): -15434387 or 7175444. OLE color: 7175444.
HSL color Cylindrical-coordinate representation of color #147D6D: hue angle of 170.86º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147D6D is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 125 | 109 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.51 |
| HSL | 170.86º | 0.72% | 0.28% | - |
| HSV(B) | 170.86º | 0.84% | 0.49% | - |
| XYZ | 10.38 | 15.92 | 16.99 | - |
| YUV | 91.78 | 137.71 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 109 | 0.84 | 0 | 0.13 | 0.51 | 170.86 | 0.72 | 0.28 |
| Hex | 14 | 7D | 6D | 54 | 0 | D | 33 | AB | 48 | 1C |
| Octal | 24 | 175 | 155 | 124 | 0 | 15 | 63 | 253 | 110 | 34 |
| Binary | 10100 | 1111101 | 1101101 | 1010100 | 0 | 1101 | 110011 | 10101011 | 1001000 | 11100 |
Color Harmonies of #147D6D
Complementary color
Monochromatic Colors of #147D6D
Black with #147D6D
Text Example
Text Example
White with #147D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147D6D; }
p { color: rgb(20,125,109); }
H1.HeaderClassName
{
color: #147D6D;
}
.AnyTagClassName
{
color: #147D6D;
}
</style>
background-color css
<style>
a { background-color: #147D6D; }
a { background-color: rgb(20,125,109); }
div.DivClassName
{
background-color: #147D6D;
}
.BgClassName
{
background-color: #147D6D;
}
</style>
border-color css
<style>
span { border-color: #147D6D; }
span { border-color: rgb(20,125,109); }
td.TdClassName
{
border-color: #147D6D;
}
.TagClassName
{
border-color: #147D6D;
}
</style>