Shades of Deep Sea #148366
Tints of Deep Sea #148366
RGB
CMYK
RGB Variations
Color information
#148366 (or 0x148366) is known color: Deep Sea. HEX triplet: 14, 83 and 66. RGB value is (20,131,102). Sum of RGB (Red+Green+Blue) = 20+131+102=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #148366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148366 is #EB7C99. Grayscale: #5E5E5E. Windows color (decimal): -15432858 or 6718228. OLE color: 6718228.
HSL color Cylindrical-coordinate representation of color #148366: hue angle of 164.32º 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 #148366 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 131 | 102 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.49 |
| HSL | 164.32º | 0.74% | 0.3% | - |
| HSV(B) | 164.32º | 0.85% | 0.51% | - |
| XYZ | 10.8 | 17.34 | 15.35 | - |
| YUV | 94.51 | 132.23 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 102 | 0.85 | 0 | 0.22 | 0.49 | 164.32 | 0.74 | 0.3 |
| Hex | 14 | 83 | 66 | 55 | 0 | 16 | 31 | A4 | 4A | 1E |
| Octal | 24 | 203 | 146 | 125 | 0 | 26 | 61 | 244 | 112 | 36 |
| Binary | 10100 | 10000011 | 1100110 | 1010101 | 0 | 10110 | 110001 | 10100100 | 1001010 | 11110 |
Color Harmonies of #148366
Complementary color
Monochromatic Colors of #148366
Black with #148366
Text Example
Text Example
White with #148366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148366; }
p { color: rgb(20,131,102); }
H1.HeaderClassName
{
color: #148366;
}
.AnyTagClassName
{
color: #148366;
}
</style>
background-color css
<style>
a { background-color: #148366; }
a { background-color: rgb(20,131,102); }
div.DivClassName
{
background-color: #148366;
}
.BgClassName
{
background-color: #148366;
}
</style>
border-color css
<style>
span { border-color: #148366; }
span { border-color: rgb(20,131,102); }
td.TdClassName
{
border-color: #148366;
}
.TagClassName
{
border-color: #148366;
}
</style>