Shades of Deep Sea #148174
Tints of Deep Sea #148174
RGB
CMYK
RGB Variations
Color information
#148174 (or 0x148174) is known color: Deep Sea. HEX triplet: 14, 81 and 74. RGB value is (20,129,116). Sum of RGB (Red+Green+Blue) = 20+129+116=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #148174 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148174 is #EB7E8B. Grayscale: #5E5E5E. Windows color (decimal): -15433356 or 7635220. OLE color: 7635220.
HSL color Cylindrical-coordinate representation of color #148174: hue angle of 172.84º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148174 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 116 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.49 |
| HSL | 172.84º | 0.73% | 0.29% | - |
| HSV(B) | 172.84º | 0.84% | 0.51% | - |
| XYZ | 11.29 | 17.11 | 19.23 | - |
| YUV | 94.93 | 139.89 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 116 | 0.84 | 0 | 0.10 | 0.49 | 172.84 | 0.73 | 0.29 |
| Hex | 14 | 81 | 74 | 54 | 0 | A | 31 | AD | 49 | 1D |
| Octal | 24 | 201 | 164 | 124 | 0 | 12 | 61 | 255 | 111 | 35 |
| Binary | 10100 | 10000001 | 1110100 | 1010100 | 0 | 1010 | 110001 | 10101101 | 1001001 | 11101 |
Color Harmonies of #148174
Complementary color
Monochromatic Colors of #148174
Black with #148174
Text Example
Text Example
White with #148174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148174; }
p { color: rgb(20,129,116); }
H1.HeaderClassName
{
color: #148174;
}
.AnyTagClassName
{
color: #148174;
}
</style>
background-color css
<style>
a { background-color: #148174; }
a { background-color: rgb(20,129,116); }
div.DivClassName
{
background-color: #148174;
}
.BgClassName
{
background-color: #148174;
}
</style>
border-color css
<style>
span { border-color: #148174; }
span { border-color: rgb(20,129,116); }
td.TdClassName
{
border-color: #148174;
}
.TagClassName
{
border-color: #148174;
}
</style>