Shades of Deep Sea #148270
Tints of Deep Sea #148270
RGB
CMYK
RGB Variations
Color information
#148270 (or 0x148270) is known color: Deep Sea. HEX triplet: 14, 82 and 70. RGB value is (20,130,112). Sum of RGB (Red+Green+Blue) = 20+130+112=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #148270 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148270 is #EB7D8F. Grayscale: #5F5F5F. Windows color (decimal): -15433104 or 7373332. OLE color: 7373332.
HSL color Cylindrical-coordinate representation of color #148270: hue angle of 170.18º 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 #148270 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 130 | 112 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.49 |
| HSL | 170.18º | 0.73% | 0.29% | - |
| HSV(B) | 170.18º | 0.85% | 0.51% | - |
| XYZ | 11.2 | 17.28 | 18.08 | - |
| YUV | 95.06 | 137.56 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 112 | 0.85 | 0 | 0.14 | 0.49 | 170.18 | 0.73 | 0.29 |
| Hex | 14 | 82 | 70 | 55 | 0 | E | 31 | AA | 49 | 1D |
| Octal | 24 | 202 | 160 | 125 | 0 | 16 | 61 | 252 | 111 | 35 |
| Binary | 10100 | 10000010 | 1110000 | 1010101 | 0 | 1110 | 110001 | 10101010 | 1001001 | 11101 |
Color Harmonies of #148270
Complementary color
Monochromatic Colors of #148270
Black with #148270
Text Example
Text Example
White with #148270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148270; }
p { color: rgb(20,130,112); }
H1.HeaderClassName
{
color: #148270;
}
.AnyTagClassName
{
color: #148270;
}
</style>
background-color css
<style>
a { background-color: #148270; }
a { background-color: rgb(20,130,112); }
div.DivClassName
{
background-color: #148270;
}
.BgClassName
{
background-color: #148270;
}
</style>
border-color css
<style>
span { border-color: #148270; }
span { border-color: rgb(20,130,112); }
td.TdClassName
{
border-color: #148270;
}
.TagClassName
{
border-color: #148270;
}
</style>