Shades of Deep Sea #148261
Tints of Deep Sea #148261
RGB
CMYK
RGB Variations
Color information
#148261 (or 0x148261) is known color: Deep Sea. HEX triplet: 14, 82 and 61. RGB value is (20,130,97). Sum of RGB (Red+Green+Blue) = 20+130+97=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #148261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148261 is #EB7D9E. Grayscale: #5D5D5D. Windows color (decimal): -15433119 or 6390292. OLE color: 6390292.
HSL color Cylindrical-coordinate representation of color #148261: hue angle of 162º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148261 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 130 | 97 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.49 |
| HSL | 162º | 0.73% | 0.29% | - |
| HSV(B) | 162º | 0.85% | 0.51% | - |
| XYZ | 10.43 | 16.98 | 14.04 | - |
| YUV | 93.35 | 130.06 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 97 | 0.85 | 0 | 0.25 | 0.49 | 162 | 0.73 | 0.29 |
| Hex | 14 | 82 | 61 | 55 | 0 | 19 | 31 | A2 | 49 | 1D |
| Octal | 24 | 202 | 141 | 125 | 0 | 31 | 61 | 242 | 111 | 35 |
| Binary | 10100 | 10000010 | 1100001 | 1010101 | 0 | 11001 | 110001 | 10100010 | 1001001 | 11101 |
Color Harmonies of #148261
Complementary color
Monochromatic Colors of #148261
Black with #148261
Text Example
Text Example
White with #148261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148261; }
p { color: rgb(20,130,97); }
H1.HeaderClassName
{
color: #148261;
}
.AnyTagClassName
{
color: #148261;
}
</style>
background-color css
<style>
a { background-color: #148261; }
a { background-color: rgb(20,130,97); }
div.DivClassName
{
background-color: #148261;
}
.BgClassName
{
background-color: #148261;
}
</style>
border-color css
<style>
span { border-color: #148261; }
span { border-color: rgb(20,130,97); }
td.TdClassName
{
border-color: #148261;
}
.TagClassName
{
border-color: #148261;
}
</style>