Shades of Deep Sea #147262
Tints of Deep Sea #147262
RGB
CMYK
RGB Variations
Color information
#147262 (or 0x147262) is known color: Deep Sea. HEX triplet: 14, 72 and 62. RGB value is (20,114,98). Sum of RGB (Red+Green+Blue) = 20+114+98=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #147262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147262 is #EB8D9D. Grayscale: #545454. Windows color (decimal): -15437214 or 6451732. OLE color: 6451732.
HSL color Cylindrical-coordinate representation of color #147262: hue angle of 169.79º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147262 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 98 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.55 |
| HSL | 169.79º | 0.7% | 0.26% | - |
| HSV(B) | 169.79º | 0.82% | 0.45% | - |
| XYZ | 8.51 | 13.07 | 13.63 | - |
| YUV | 84.07 | 135.86 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 98 | 0.82 | 0 | 0.14 | 0.55 | 169.79 | 0.7 | 0.26 |
| Hex | 14 | 72 | 62 | 52 | 0 | E | 37 | AA | 46 | 1A |
| Octal | 24 | 162 | 142 | 122 | 0 | 16 | 67 | 252 | 106 | 32 |
| Binary | 10100 | 1110010 | 1100010 | 1010010 | 0 | 1110 | 110111 | 10101010 | 1000110 | 11010 |
Color Harmonies of #147262
Complementary color
Monochromatic Colors of #147262
Black with #147262
Text Example
Text Example
White with #147262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147262; }
p { color: rgb(20,114,98); }
H1.HeaderClassName
{
color: #147262;
}
.AnyTagClassName
{
color: #147262;
}
</style>
background-color css
<style>
a { background-color: #147262; }
a { background-color: rgb(20,114,98); }
div.DivClassName
{
background-color: #147262;
}
.BgClassName
{
background-color: #147262;
}
</style>
border-color css
<style>
span { border-color: #147262; }
span { border-color: rgb(20,114,98); }
td.TdClassName
{
border-color: #147262;
}
.TagClassName
{
border-color: #147262;
}
</style>