Shades of Deep Sea #1B796C
Tints of Deep Sea #1B796C
RGB
CMYK
RGB Variations
Color information
#1B796C (or 0x1B796C) is known color: Deep Sea. HEX triplet: 1B, 79 and 6C. RGB value is (27,121,108). Sum of RGB (Red+Green+Blue) = 27+121+108=256 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.55% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #1B796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B796C is #E48693. Grayscale: #5B5B5B. Windows color (decimal): -14976660 or 7108891. OLE color: 7108891.
HSL color Cylindrical-coordinate representation of color #1B796C: hue angle of 171.7º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B796C is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 121 | 108 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.53 |
| HSL | 171.7º | 0.64% | 0.29% | - |
| HSV(B) | 171.7º | 0.78% | 0.47% | - |
| XYZ | 10 | 14.99 | 16.55 | - |
| YUV | 91.41 | 137.36 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 121 | 108 | 0.78 | 0 | 0.11 | 0.53 | 171.7 | 0.64 | 0.29 |
| Hex | 1B | 79 | 6C | 4E | 0 | B | 35 | AC | 40 | 1D |
| Octal | 33 | 171 | 154 | 116 | 0 | 13 | 65 | 254 | 100 | 35 |
| Binary | 11011 | 1111001 | 1101100 | 1001110 | 0 | 1011 | 110101 | 10101100 | 1000000 | 11101 |
Color Harmonies of #1B796C
Complementary color
Monochromatic Colors of #1B796C
Black with #1B796C
Text Example
Text Example
White with #1B796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B796C; }
p { color: rgb(27,121,108); }
H1.HeaderClassName
{
color: #1B796C;
}
.AnyTagClassName
{
color: #1B796C;
}
</style>
background-color css
<style>
a { background-color: #1B796C; }
a { background-color: rgb(27,121,108); }
div.DivClassName
{
background-color: #1B796C;
}
.BgClassName
{
background-color: #1B796C;
}
</style>
border-color css
<style>
span { border-color: #1B796C; }
span { border-color: rgb(27,121,108); }
td.TdClassName
{
border-color: #1B796C;
}
.TagClassName
{
border-color: #1B796C;
}
</style>