Shades of Deep Sea #138165
Tints of Deep Sea #138165
RGB
CMYK
RGB Variations
Color information
#138165 (or 0x138165) is known color: Deep Sea. HEX triplet: 13, 81 and 65. RGB value is (19,129,101). Sum of RGB (Red+Green+Blue) = 19+129+101=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #138165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138165 is #EC7E9A. Grayscale: #5C5C5C. Windows color (decimal): -15498907 or 6652179. OLE color: 6652179.
HSL color Cylindrical-coordinate representation of color #138165: hue angle of 164.73º degrees, saturation: 0.74, 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 #138165 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 129 | 101 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.49 |
| HSL | 164.73º | 0.74% | 0.29% | - |
| HSV(B) | 164.73º | 0.85% | 0.51% | - |
| XYZ | 10.47 | 16.78 | 15 | - |
| YUV | 92.92 | 132.56 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 101 | 0.85 | 0 | 0.22 | 0.49 | 164.73 | 0.74 | 0.29 |
| Hex | 13 | 81 | 65 | 55 | 0 | 16 | 31 | A5 | 4A | 1D |
| Octal | 23 | 201 | 145 | 125 | 0 | 26 | 61 | 245 | 112 | 35 |
| Binary | 10011 | 10000001 | 1100101 | 1010101 | 0 | 10110 | 110001 | 10100101 | 1001010 | 11101 |
Color Harmonies of #138165
Complementary color
Monochromatic Colors of #138165
Black with #138165
Text Example
Text Example
White with #138165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138165; }
p { color: rgb(19,129,101); }
H1.HeaderClassName
{
color: #138165;
}
.AnyTagClassName
{
color: #138165;
}
</style>
background-color css
<style>
a { background-color: #138165; }
a { background-color: rgb(19,129,101); }
div.DivClassName
{
background-color: #138165;
}
.BgClassName
{
background-color: #138165;
}
</style>
border-color css
<style>
span { border-color: #138165; }
span { border-color: rgb(19,129,101); }
td.TdClassName
{
border-color: #138165;
}
.TagClassName
{
border-color: #138165;
}
</style>