Shades of Deep Sea #138665
Tints of Deep Sea #138665
RGB
CMYK
RGB Variations
Color information
#138665 (or 0x138665) is known color: Deep Sea. HEX triplet: 13, 86 and 65. RGB value is (19,134,101). Sum of RGB (Red+Green+Blue) = 19+134+101=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #138665 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138665 is #EC799A. Grayscale: #5F5F5F. Windows color (decimal): -15497627 or 6653459. OLE color: 6653459.
HSL color Cylindrical-coordinate representation of color #138665: hue angle of 162.78º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138665 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 134 | 101 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.47 |
| HSL | 162.78º | 0.75% | 0.3% | - |
| HSV(B) | 162.78º | 0.86% | 0.53% | - |
| XYZ | 11.14 | 18.13 | 15.22 | - |
| YUV | 95.85 | 130.9 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 101 | 0.86 | 0 | 0.25 | 0.47 | 162.78 | 0.75 | 0.3 |
| Hex | 13 | 86 | 65 | 56 | 0 | 19 | 2F | A3 | 4B | 1E |
| Octal | 23 | 206 | 145 | 126 | 0 | 31 | 57 | 243 | 113 | 36 |
| Binary | 10011 | 10000110 | 1100101 | 1010110 | 0 | 11001 | 101111 | 10100011 | 1001011 | 11110 |
Color Harmonies of #138665
Complementary color
Monochromatic Colors of #138665
Black with #138665
Text Example
Text Example
White with #138665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138665; }
p { color: rgb(19,134,101); }
H1.HeaderClassName
{
color: #138665;
}
.AnyTagClassName
{
color: #138665;
}
</style>
background-color css
<style>
a { background-color: #138665; }
a { background-color: rgb(19,134,101); }
div.DivClassName
{
background-color: #138665;
}
.BgClassName
{
background-color: #138665;
}
</style>
border-color css
<style>
span { border-color: #138665; }
span { border-color: rgb(19,134,101); }
td.TdClassName
{
border-color: #138665;
}
.TagClassName
{
border-color: #138665;
}
</style>