Shades of Deep Sea #148371
Tints of Deep Sea #148371
RGB
CMYK
RGB Variations
Color information
#148371 (or 0x148371) is known color: Deep Sea. HEX triplet: 14, 83 and 71. RGB value is (20,131,113). Sum of RGB (Red+Green+Blue) = 20+131+113=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #148371 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148371 is #EB7C8E. Grayscale: #5F5F5F. Windows color (decimal): -15432847 or 7439124. OLE color: 7439124.
HSL color Cylindrical-coordinate representation of color #148371: hue angle of 170.27º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148371 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 131 | 113 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.49 |
| HSL | 170.27º | 0.74% | 0.3% | - |
| HSV(B) | 170.27º | 0.85% | 0.51% | - |
| XYZ | 11.39 | 17.57 | 18.41 | - |
| YUV | 95.76 | 137.73 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 113 | 0.85 | 0 | 0.14 | 0.49 | 170.27 | 0.74 | 0.3 |
| Hex | 14 | 83 | 71 | 55 | 0 | E | 31 | AA | 4A | 1E |
| Octal | 24 | 203 | 161 | 125 | 0 | 16 | 61 | 252 | 112 | 36 |
| Binary | 10100 | 10000011 | 1110001 | 1010101 | 0 | 1110 | 110001 | 10101010 | 1001010 | 11110 |
Color Harmonies of #148371
Complementary color
Monochromatic Colors of #148371
Black with #148371
Text Example
Text Example
White with #148371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148371; }
p { color: rgb(20,131,113); }
H1.HeaderClassName
{
color: #148371;
}
.AnyTagClassName
{
color: #148371;
}
</style>
background-color css
<style>
a { background-color: #148371; }
a { background-color: rgb(20,131,113); }
div.DivClassName
{
background-color: #148371;
}
.BgClassName
{
background-color: #148371;
}
</style>
border-color css
<style>
span { border-color: #148371; }
span { border-color: rgb(20,131,113); }
td.TdClassName
{
border-color: #148371;
}
.TagClassName
{
border-color: #148371;
}
</style>