Shades of Deep Sea #147F67
Tints of Deep Sea #147F67
RGB
CMYK
RGB Variations
Color information
#147F67 (or 0x147F67) is known color: Deep Sea. HEX triplet: 14, 7F and 67. RGB value is (20,127,103). Sum of RGB (Red+Green+Blue) = 20+127+103=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 127 (50% from 255 or 50.8% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 127 - color contains mainly: green. Hex color #147F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147F67 is #EB8098. Grayscale: #5C5C5C. Windows color (decimal): -15433881 or 6782740. OLE color: 6782740.
HSL color Cylindrical-coordinate representation of color #147F67: hue angle of 166.54º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147F67 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 127 | 103 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.50 |
| HSL | 166.54º | 0.73% | 0.29% | - |
| HSV(B) | 166.54º | 0.84% | 0.5% | - |
| XYZ | 10.33 | 16.31 | 15.44 | - |
| YUV | 92.27 | 134.05 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 103 | 0.84 | 0 | 0.19 | 0.50 | 166.54 | 0.73 | 0.29 |
| Hex | 14 | 7F | 67 | 54 | 0 | 13 | 32 | A7 | 49 | 1D |
| Octal | 24 | 177 | 147 | 124 | 0 | 23 | 62 | 247 | 111 | 35 |
| Binary | 10100 | 1111111 | 1100111 | 1010100 | 0 | 10011 | 110010 | 10100111 | 1001001 | 11101 |
Color Harmonies of #147F67
Complementary color
Monochromatic Colors of #147F67
Black with #147F67
Text Example
Text Example
White with #147F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147F67; }
p { color: rgb(20,127,103); }
H1.HeaderClassName
{
color: #147F67;
}
.AnyTagClassName
{
color: #147F67;
}
</style>
background-color css
<style>
a { background-color: #147F67; }
a { background-color: rgb(20,127,103); }
div.DivClassName
{
background-color: #147F67;
}
.BgClassName
{
background-color: #147F67;
}
</style>
border-color css
<style>
span { border-color: #147F67; }
span { border-color: rgb(20,127,103); }
td.TdClassName
{
border-color: #147F67;
}
.TagClassName
{
border-color: #147F67;
}
</style>