Shades of Deep Sea #147F6B
Tints of Deep Sea #147F6B
RGB
CMYK
RGB Variations
Color information
#147F6B (or 0x147F6B) is known color: Deep Sea. HEX triplet: 14, 7F and 6B. RGB value is (20,127,107). Sum of RGB (Red+Green+Blue) = 20+127+107=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 127 (50% from 255 or 50% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 127 - color contains mainly: green. Hex color #147F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147F6B is #EB8094. Grayscale: #5C5C5C. Windows color (decimal): -15433877 or 7044884. OLE color: 7044884.
HSL color Cylindrical-coordinate representation of color #147F6B: hue angle of 168.79º 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 #147F6B is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 127 | 107 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.50 |
| HSL | 168.79º | 0.73% | 0.29% | - |
| HSV(B) | 168.79º | 0.84% | 0.5% | - |
| XYZ | 10.53 | 16.39 | 16.52 | - |
| YUV | 92.73 | 136.05 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 107 | 0.84 | 0 | 0.16 | 0.50 | 168.79 | 0.73 | 0.29 |
| Hex | 14 | 7F | 6B | 54 | 0 | 10 | 32 | A9 | 49 | 1D |
| Octal | 24 | 177 | 153 | 124 | 0 | 20 | 62 | 251 | 111 | 35 |
| Binary | 10100 | 1111111 | 1101011 | 1010100 | 0 | 10000 | 110010 | 10101001 | 1001001 | 11101 |
Color Harmonies of #147F6B
Complementary color
Monochromatic Colors of #147F6B
Black with #147F6B
Text Example
Text Example
White with #147F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147F6B; }
p { color: rgb(20,127,107); }
H1.HeaderClassName
{
color: #147F6B;
}
.AnyTagClassName
{
color: #147F6B;
}
</style>
background-color css
<style>
a { background-color: #147F6B; }
a { background-color: rgb(20,127,107); }
div.DivClassName
{
background-color: #147F6B;
}
.BgClassName
{
background-color: #147F6B;
}
</style>
border-color css
<style>
span { border-color: #147F6B; }
span { border-color: rgb(20,127,107); }
td.TdClassName
{
border-color: #147F6B;
}
.TagClassName
{
border-color: #147F6B;
}
</style>