Shades of Deep Sea #147F68
Tints of Deep Sea #147F68
RGB
CMYK
RGB Variations
Color information
#147F68 (or 0x147F68) is known color: Deep Sea. HEX triplet: 14, 7F and 68. RGB value is (20,127,104). Sum of RGB (Red+Green+Blue) = 20+127+104=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 127 (50% from 255 or 50.60% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 127 - color contains mainly: green. Hex color #147F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147F68 is #EB8097. Grayscale: #5C5C5C. Windows color (decimal): -15433880 or 6848276. OLE color: 6848276.
HSL color Cylindrical-coordinate representation of color #147F68: hue angle of 167.1º 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 #147F68 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 127 | 104 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.50 |
| HSL | 167.1º | 0.73% | 0.29% | - |
| HSV(B) | 167.1º | 0.84% | 0.5% | - |
| XYZ | 10.38 | 16.33 | 15.7 | - |
| YUV | 92.39 | 134.55 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 104 | 0.84 | 0 | 0.18 | 0.50 | 167.1 | 0.73 | 0.29 |
| Hex | 14 | 7F | 68 | 54 | 0 | 12 | 32 | A7 | 49 | 1D |
| Octal | 24 | 177 | 150 | 124 | 0 | 22 | 62 | 247 | 111 | 35 |
| Binary | 10100 | 1111111 | 1101000 | 1010100 | 0 | 10010 | 110010 | 10100111 | 1001001 | 11101 |
Color Harmonies of #147F68
Complementary color
Monochromatic Colors of #147F68
Black with #147F68
Text Example
Text Example
White with #147F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147F68; }
p { color: rgb(20,127,104); }
H1.HeaderClassName
{
color: #147F68;
}
.AnyTagClassName
{
color: #147F68;
}
</style>
background-color css
<style>
a { background-color: #147F68; }
a { background-color: rgb(20,127,104); }
div.DivClassName
{
background-color: #147F68;
}
.BgClassName
{
background-color: #147F68;
}
</style>
border-color css
<style>
span { border-color: #147F68; }
span { border-color: rgb(20,127,104); }
td.TdClassName
{
border-color: #147F68;
}
.TagClassName
{
border-color: #147F68;
}
</style>