Shades of Deep Sea #13766A
Tints of Deep Sea #13766A
RGB
CMYK
RGB Variations
Color information
#13766A (or 0x13766A) is known color: Deep Sea. HEX triplet: 13, 76 and 6A. RGB value is (19,118,106). Sum of RGB (Red+Green+Blue) = 19+118+106=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #13766A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13766A is #EC8995. Grayscale: #565656. Windows color (decimal): -15501718 or 6977043. OLE color: 6977043.
HSL color Cylindrical-coordinate representation of color #13766A: hue angle of 172.73º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13766A is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 118 | 106 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.54 |
| HSL | 172.73º | 0.72% | 0.27% | - |
| HSV(B) | 172.73º | 0.84% | 0.46% | - |
| XYZ | 9.35 | 14.14 | 15.87 | - |
| YUV | 87.03 | 138.7 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 118 | 106 | 0.84 | 0 | 0.10 | 0.54 | 172.73 | 0.72 | 0.27 |
| Hex | 13 | 76 | 6A | 54 | 0 | A | 36 | AD | 48 | 1B |
| Octal | 23 | 166 | 152 | 124 | 0 | 12 | 66 | 255 | 110 | 33 |
| Binary | 10011 | 1110110 | 1101010 | 1010100 | 0 | 1010 | 110110 | 10101101 | 1001000 | 11011 |
Color Harmonies of #13766A
Complementary color
Monochromatic Colors of #13766A
Black with #13766A
Text Example
Text Example
White with #13766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13766A; }
p { color: rgb(19,118,106); }
H1.HeaderClassName
{
color: #13766A;
}
.AnyTagClassName
{
color: #13766A;
}
</style>
background-color css
<style>
a { background-color: #13766A; }
a { background-color: rgb(19,118,106); }
div.DivClassName
{
background-color: #13766A;
}
.BgClassName
{
background-color: #13766A;
}
</style>
border-color css
<style>
span { border-color: #13766A; }
span { border-color: rgb(19,118,106); }
td.TdClassName
{
border-color: #13766A;
}
.TagClassName
{
border-color: #13766A;
}
</style>