Shades of Deep Sea #148463
Tints of Deep Sea #148463
RGB
CMYK
RGB Variations
Color information
#148463 (or 0x148463) is known color: Deep Sea. HEX triplet: 14, 84 and 63. RGB value is (20,132,99). Sum of RGB (Red+Green+Blue) = 20+132+99=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #148463 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148463 is #EB7B9C. Grayscale: #5E5E5E. Windows color (decimal): -15432605 or 6521876. OLE color: 6521876.
HSL color Cylindrical-coordinate representation of color #148463: hue angle of 162.32º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148463 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 99 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.48 |
| HSL | 162.32º | 0.74% | 0.3% | - |
| HSV(B) | 162.32º | 0.85% | 0.52% | - |
| XYZ | 10.79 | 17.55 | 14.62 | - |
| YUV | 94.75 | 130.39 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 99 | 0.85 | 0 | 0.25 | 0.48 | 162.32 | 0.74 | 0.3 |
| Hex | 14 | 84 | 63 | 55 | 0 | 19 | 30 | A2 | 4A | 1E |
| Octal | 24 | 204 | 143 | 125 | 0 | 31 | 60 | 242 | 112 | 36 |
| Binary | 10100 | 10000100 | 1100011 | 1010101 | 0 | 11001 | 110000 | 10100010 | 1001010 | 11110 |
Color Harmonies of #148463
Complementary color
Monochromatic Colors of #148463
Black with #148463
Text Example
Text Example
White with #148463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148463; }
p { color: rgb(20,132,99); }
H1.HeaderClassName
{
color: #148463;
}
.AnyTagClassName
{
color: #148463;
}
</style>
background-color css
<style>
a { background-color: #148463; }
a { background-color: rgb(20,132,99); }
div.DivClassName
{
background-color: #148463;
}
.BgClassName
{
background-color: #148463;
}
</style>
border-color css
<style>
span { border-color: #148463; }
span { border-color: rgb(20,132,99); }
td.TdClassName
{
border-color: #148463;
}
.TagClassName
{
border-color: #148463;
}
</style>