Shades of Deep Sea #1A766C
Tints of Deep Sea #1A766C
RGB
CMYK
RGB Variations
Color information
#1A766C (or 0x1A766C) is known color: Deep Sea. HEX triplet: 1A, 76 and 6C. RGB value is (26,118,108). Sum of RGB (Red+Green+Blue) = 26+118+108=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #1A766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A766C is #E58993. Grayscale: #595959. Windows color (decimal): -15042964 or 7108122. OLE color: 7108122.
HSL color Cylindrical-coordinate representation of color #1A766C: hue angle of 173.48º 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 #1A766C is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 118 | 108 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.54 |
| HSL | 173.48º | 0.64% | 0.28% | - |
| HSV(B) | 173.48º | 0.78% | 0.46% | - |
| XYZ | 9.61 | 14.26 | 16.43 | - |
| YUV | 89.35 | 138.52 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 108 | 0.78 | 0 | 0.08 | 0.54 | 173.48 | 0.64 | 0.28 |
| Hex | 1A | 76 | 6C | 4E | 0 | 8 | 36 | AD | 40 | 1C |
| Octal | 32 | 166 | 154 | 116 | 0 | 10 | 66 | 255 | 100 | 34 |
| Binary | 11010 | 1110110 | 1101100 | 1001110 | 0 | 1000 | 110110 | 10101101 | 1000000 | 11100 |
Color Harmonies of #1A766C
Complementary color
Monochromatic Colors of #1A766C
Black with #1A766C
Text Example
Text Example
White with #1A766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A766C; }
p { color: rgb(26,118,108); }
H1.HeaderClassName
{
color: #1A766C;
}
.AnyTagClassName
{
color: #1A766C;
}
</style>
background-color css
<style>
a { background-color: #1A766C; }
a { background-color: rgb(26,118,108); }
div.DivClassName
{
background-color: #1A766C;
}
.BgClassName
{
background-color: #1A766C;
}
</style>
border-color css
<style>
span { border-color: #1A766C; }
span { border-color: rgb(26,118,108); }
td.TdClassName
{
border-color: #1A766C;
}
.TagClassName
{
border-color: #1A766C;
}
</style>