Shades of Deep Sea #147D6C
Tints of Deep Sea #147D6C
RGB
CMYK
RGB Variations
Color information
#147D6C (or 0x147D6C) is known color: Deep Sea. HEX triplet: 14, 7D and 6C. RGB value is (20,125,108). Sum of RGB (Red+Green+Blue) = 20+125+108=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 125 - color contains mainly: green. Hex color #147D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147D6C is #EB8293. Grayscale: #5B5B5B. Windows color (decimal): -15434388 or 7109908. OLE color: 7109908.
HSL color Cylindrical-coordinate representation of color #147D6C: hue angle of 170.29º 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 #147D6C is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 125 | 108 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.51 |
| HSL | 170.29º | 0.72% | 0.28% | - |
| HSV(B) | 170.29º | 0.84% | 0.49% | - |
| XYZ | 10.33 | 15.9 | 16.71 | - |
| YUV | 91.67 | 137.21 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 108 | 0.84 | 0 | 0.14 | 0.51 | 170.29 | 0.72 | 0.28 |
| Hex | 14 | 7D | 6C | 54 | 0 | E | 33 | AA | 48 | 1C |
| Octal | 24 | 175 | 154 | 124 | 0 | 16 | 63 | 252 | 110 | 34 |
| Binary | 10100 | 1111101 | 1101100 | 1010100 | 0 | 1110 | 110011 | 10101010 | 1001000 | 11100 |
Color Harmonies of #147D6C
Complementary color
Monochromatic Colors of #147D6C
Black with #147D6C
Text Example
Text Example
White with #147D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147D6C; }
p { color: rgb(20,125,108); }
H1.HeaderClassName
{
color: #147D6C;
}
.AnyTagClassName
{
color: #147D6C;
}
</style>
background-color css
<style>
a { background-color: #147D6C; }
a { background-color: rgb(20,125,108); }
div.DivClassName
{
background-color: #147D6C;
}
.BgClassName
{
background-color: #147D6C;
}
</style>
border-color css
<style>
span { border-color: #147D6C; }
span { border-color: rgb(20,125,108); }
td.TdClassName
{
border-color: #147D6C;
}
.TagClassName
{
border-color: #147D6C;
}
</style>