Shades of Deep Sea #147B5E
Tints of Deep Sea #147B5E
RGB
CMYK
RGB Variations
Color information
#147B5E (or 0x147B5E) is known color: Deep Sea. HEX triplet: 14, 7B and 5E. RGB value is (20,123,94). Sum of RGB (Red+Green+Blue) = 20+123+94=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 123 (48.44% from 255 or 51.90% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 123 - color contains mainly: green. Hex color #147B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147B5E is #EB84A1. Grayscale: #585858. Windows color (decimal): -15434914 or 6191892. OLE color: 6191892.
HSL color Cylindrical-coordinate representation of color #147B5E: hue angle of 163.11º 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 #147B5E is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 123 | 94 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.52 |
| HSL | 163.11º | 0.72% | 0.28% | - |
| HSV(B) | 163.11º | 0.84% | 0.48% | - |
| XYZ | 9.39 | 15.12 | 13.01 | - |
| YUV | 88.9 | 130.88 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 94 | 0.84 | 0 | 0.24 | 0.52 | 163.11 | 0.72 | 0.28 |
| Hex | 14 | 7B | 5E | 54 | 0 | 18 | 34 | A3 | 48 | 1C |
| Octal | 24 | 173 | 136 | 124 | 0 | 30 | 64 | 243 | 110 | 34 |
| Binary | 10100 | 1111011 | 1011110 | 1010100 | 0 | 11000 | 110100 | 10100011 | 1001000 | 11100 |
Color Harmonies of #147B5E
Complementary color
Monochromatic Colors of #147B5E
Black with #147B5E
Text Example
Text Example
White with #147B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147B5E; }
p { color: rgb(20,123,94); }
H1.HeaderClassName
{
color: #147B5E;
}
.AnyTagClassName
{
color: #147B5E;
}
</style>
background-color css
<style>
a { background-color: #147B5E; }
a { background-color: rgb(20,123,94); }
div.DivClassName
{
background-color: #147B5E;
}
.BgClassName
{
background-color: #147B5E;
}
</style>
border-color css
<style>
span { border-color: #147B5E; }
span { border-color: rgb(20,123,94); }
td.TdClassName
{
border-color: #147B5E;
}
.TagClassName
{
border-color: #147B5E;
}
</style>