Shades of Deep Sea #1A766D
Tints of Deep Sea #1A766D
RGB
CMYK
RGB Variations
Color information
#1A766D (or 0x1A766D) is known color: Deep Sea. HEX triplet: 1A, 76 and 6D. RGB value is (26,118,109). Sum of RGB (Red+Green+Blue) = 26+118+109=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #1A766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A766D is #E58992. Grayscale: #595959. Windows color (decimal): -15042963 or 7173658. OLE color: 7173658.
HSL color Cylindrical-coordinate representation of color #1A766D: hue angle of 174.13º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A766D is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 118 | 109 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.54 |
| HSL | 174.13º | 0.64% | 0.28% | - |
| HSV(B) | 174.13º | 0.78% | 0.46% | - |
| XYZ | 9.66 | 14.28 | 16.72 | - |
| YUV | 89.47 | 139.02 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 109 | 0.78 | 0 | 0.08 | 0.54 | 174.13 | 0.64 | 0.28 |
| Hex | 1A | 76 | 6D | 4E | 0 | 8 | 36 | AE | 40 | 1C |
| Octal | 32 | 166 | 155 | 116 | 0 | 10 | 66 | 256 | 100 | 34 |
| Binary | 11010 | 1110110 | 1101101 | 1001110 | 0 | 1000 | 110110 | 10101110 | 1000000 | 11100 |
Color Harmonies of #1A766D
Complementary color
Monochromatic Colors of #1A766D
Black with #1A766D
Text Example
Text Example
White with #1A766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A766D; }
p { color: rgb(26,118,109); }
H1.HeaderClassName
{
color: #1A766D;
}
.AnyTagClassName
{
color: #1A766D;
}
</style>
background-color css
<style>
a { background-color: #1A766D; }
a { background-color: rgb(26,118,109); }
div.DivClassName
{
background-color: #1A766D;
}
.BgClassName
{
background-color: #1A766D;
}
</style>
border-color css
<style>
span { border-color: #1A766D; }
span { border-color: rgb(26,118,109); }
td.TdClassName
{
border-color: #1A766D;
}
.TagClassName
{
border-color: #1A766D;
}
</style>