Shades of Deep Sea #1A7B6C
Tints of Deep Sea #1A7B6C
RGB
CMYK
RGB Variations
Color information
#1A7B6C (or 0x1A7B6C) is known color: Deep Sea. HEX triplet: 1A, 7B and 6C. RGB value is (26,123,108). Sum of RGB (Red+Green+Blue) = 26+123+108=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 123 (48.44% from 255 or 47.86% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 123 - color contains mainly: green. Hex color #1A7B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7B6C is #E58493. Grayscale: #5C5C5C. Windows color (decimal): -15041684 or 7109402. OLE color: 7109402.
HSL color Cylindrical-coordinate representation of color #1A7B6C: hue angle of 170.72º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7B6C is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 26 | 123 | 108 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.52 |
| HSL | 170.72º | 0.65% | 0.29% | - |
| HSV(B) | 170.72º | 0.79% | 0.48% | - |
| XYZ | 10.22 | 15.47 | 16.63 | - |
| YUV | 92.29 | 136.86 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 123 | 108 | 0.79 | 0 | 0.12 | 0.52 | 170.72 | 0.65 | 0.29 |
| Hex | 1A | 7B | 6C | 4F | 0 | C | 34 | AB | 41 | 1D |
| Octal | 32 | 173 | 154 | 117 | 0 | 14 | 64 | 253 | 101 | 35 |
| Binary | 11010 | 1111011 | 1101100 | 1001111 | 0 | 1100 | 110100 | 10101011 | 1000001 | 11101 |
Color Harmonies of #1A7B6C
Complementary color
Monochromatic Colors of #1A7B6C
Black with #1A7B6C
Text Example
Text Example
White with #1A7B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7B6C; }
p { color: rgb(26,123,108); }
H1.HeaderClassName
{
color: #1A7B6C;
}
.AnyTagClassName
{
color: #1A7B6C;
}
</style>
background-color css
<style>
a { background-color: #1A7B6C; }
a { background-color: rgb(26,123,108); }
div.DivClassName
{
background-color: #1A7B6C;
}
.BgClassName
{
background-color: #1A7B6C;
}
</style>
border-color css
<style>
span { border-color: #1A7B6C; }
span { border-color: rgb(26,123,108); }
td.TdClassName
{
border-color: #1A7B6C;
}
.TagClassName
{
border-color: #1A7B6C;
}
</style>