Shades of Deep Sea #147C6A
Tints of Deep Sea #147C6A
RGB
CMYK
RGB Variations
Color information
#147C6A (or 0x147C6A) is known color: Deep Sea. HEX triplet: 14, 7C and 6A. RGB value is (20,124,106). Sum of RGB (Red+Green+Blue) = 20+124+106=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #147C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147C6A is #EB8395. Grayscale: #5A5A5A. Windows color (decimal): -15434646 or 6978580. OLE color: 6978580.
HSL color Cylindrical-coordinate representation of color #147C6A: hue angle of 169.62º 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 #147C6A is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 124 | 106 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.51 |
| HSL | 169.62º | 0.72% | 0.28% | - |
| HSV(B) | 169.62º | 0.84% | 0.49% | - |
| XYZ | 10.1 | 15.6 | 16.12 | - |
| YUV | 90.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 106 | 0.84 | 0 | 0.15 | 0.51 | 169.62 | 0.72 | 0.28 |
| Hex | 14 | 7C | 6A | 54 | 0 | F | 33 | AA | 48 | 1C |
| Octal | 24 | 174 | 152 | 124 | 0 | 17 | 63 | 252 | 110 | 34 |
| Binary | 10100 | 1111100 | 1101010 | 1010100 | 0 | 1111 | 110011 | 10101010 | 1001000 | 11100 |
Color Harmonies of #147C6A
Complementary color
Monochromatic Colors of #147C6A
Black with #147C6A
Text Example
Text Example
White with #147C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147C6A; }
p { color: rgb(20,124,106); }
H1.HeaderClassName
{
color: #147C6A;
}
.AnyTagClassName
{
color: #147C6A;
}
</style>
background-color css
<style>
a { background-color: #147C6A; }
a { background-color: rgb(20,124,106); }
div.DivClassName
{
background-color: #147C6A;
}
.BgClassName
{
background-color: #147C6A;
}
</style>
border-color css
<style>
span { border-color: #147C6A; }
span { border-color: rgb(20,124,106); }
td.TdClassName
{
border-color: #147C6A;
}
.TagClassName
{
border-color: #147C6A;
}
</style>