Shades of Deep Sea #138764
Tints of Deep Sea #138764
RGB
CMYK
RGB Variations
Color information
#138764 (or 0x138764) is known color: Deep Sea. HEX triplet: 13, 87 and 64. RGB value is (19,135,100). Sum of RGB (Red+Green+Blue) = 19+135+100=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #138764 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138764 is #EC789B. Grayscale: #606060. Windows color (decimal): -15497372 or 6588179. OLE color: 6588179.
HSL color Cylindrical-coordinate representation of color #138764: hue angle of 161.9º 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 #138764 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 135 | 100 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.47 |
| HSL | 161.9º | 0.75% | 0.3% | - |
| HSV(B) | 161.9º | 0.86% | 0.53% | - |
| XYZ | 11.23 | 18.39 | 15.01 | - |
| YUV | 96.33 | 130.07 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 100 | 0.86 | 0 | 0.26 | 0.47 | 161.9 | 0.75 | 0.3 |
| Hex | 13 | 87 | 64 | 56 | 0 | 1A | 2F | A2 | 4B | 1E |
| Octal | 23 | 207 | 144 | 126 | 0 | 32 | 57 | 242 | 113 | 36 |
| Binary | 10011 | 10000111 | 1100100 | 1010110 | 0 | 11010 | 101111 | 10100010 | 1001011 | 11110 |
Color Harmonies of #138764
Complementary color
Monochromatic Colors of #138764
Black with #138764
Text Example
Text Example
White with #138764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138764; }
p { color: rgb(19,135,100); }
H1.HeaderClassName
{
color: #138764;
}
.AnyTagClassName
{
color: #138764;
}
</style>
background-color css
<style>
a { background-color: #138764; }
a { background-color: rgb(19,135,100); }
div.DivClassName
{
background-color: #138764;
}
.BgClassName
{
background-color: #138764;
}
</style>
border-color css
<style>
span { border-color: #138764; }
span { border-color: rgb(19,135,100); }
td.TdClassName
{
border-color: #138764;
}
.TagClassName
{
border-color: #138764;
}
</style>