Shades of Deep Sea #147A70
Tints of Deep Sea #147A70
RGB
CMYK
RGB Variations
Color information
#147A70 (or 0x147A70) is known color: Deep Sea. HEX triplet: 14, 7A and 70. RGB value is (20,122,112). Sum of RGB (Red+Green+Blue) = 20+122+112=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 122 (48.05% from 255 or 48.03% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 122 - color contains mainly: green. Hex color #147A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147A70 is #EB858F. Grayscale: #5A5A5A. Windows color (decimal): -15435152 or 7371284. OLE color: 7371284.
HSL color Cylindrical-coordinate representation of color #147A70: hue angle of 174.12º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147A70 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 122 | 112 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.52 |
| HSL | 174.12º | 0.72% | 0.28% | - |
| HSV(B) | 174.12º | 0.84% | 0.48% | - |
| XYZ | 10.17 | 15.24 | 17.73 | - |
| YUV | 90.36 | 140.21 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 112 | 0.84 | 0 | 0.08 | 0.52 | 174.12 | 0.72 | 0.28 |
| Hex | 14 | 7A | 70 | 54 | 0 | 8 | 34 | AE | 48 | 1C |
| Octal | 24 | 172 | 160 | 124 | 0 | 10 | 64 | 256 | 110 | 34 |
| Binary | 10100 | 1111010 | 1110000 | 1010100 | 0 | 1000 | 110100 | 10101110 | 1001000 | 11100 |
Color Harmonies of #147A70
Complementary color
Monochromatic Colors of #147A70
Black with #147A70
Text Example
Text Example
White with #147A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147A70; }
p { color: rgb(20,122,112); }
H1.HeaderClassName
{
color: #147A70;
}
.AnyTagClassName
{
color: #147A70;
}
</style>
background-color css
<style>
a { background-color: #147A70; }
a { background-color: rgb(20,122,112); }
div.DivClassName
{
background-color: #147A70;
}
.BgClassName
{
background-color: #147A70;
}
</style>
border-color css
<style>
span { border-color: #147A70; }
span { border-color: rgb(20,122,112); }
td.TdClassName
{
border-color: #147A70;
}
.TagClassName
{
border-color: #147A70;
}
</style>