Shades of Deep Sea #1B786E
Tints of Deep Sea #1B786E
RGB
CMYK
RGB Variations
Color information
#1B786E (or 0x1B786E) is known color: Deep Sea. HEX triplet: 1B, 78 and 6E. RGB value is (27,120,110). Sum of RGB (Red+Green+Blue) = 27+120+110=257 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.51% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #1B786E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B786E is #E48791. Grayscale: #5A5A5A. Windows color (decimal): -14976914 or 7239707. OLE color: 7239707.
HSL color Cylindrical-coordinate representation of color #1B786E: hue angle of 173.55º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B786E is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 120 | 110 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.53 |
| HSL | 173.55º | 0.63% | 0.29% | - |
| HSV(B) | 173.55º | 0.78% | 0.47% | - |
| XYZ | 9.98 | 14.79 | 17.08 | - |
| YUV | 91.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 120 | 110 | 0.78 | 0 | 0.08 | 0.53 | 173.55 | 0.63 | 0.29 |
| Hex | 1B | 78 | 6E | 4E | 0 | 8 | 35 | AE | 3F | 1D |
| Octal | 33 | 170 | 156 | 116 | 0 | 10 | 65 | 256 | 77 | 35 |
| Binary | 11011 | 1111000 | 1101110 | 1001110 | 0 | 1000 | 110101 | 10101110 | 111111 | 11101 |
Color Harmonies of #1B786E
Complementary color
Monochromatic Colors of #1B786E
Black with #1B786E
Text Example
Text Example
White with #1B786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B786E; }
p { color: rgb(27,120,110); }
H1.HeaderClassName
{
color: #1B786E;
}
.AnyTagClassName
{
color: #1B786E;
}
</style>
background-color css
<style>
a { background-color: #1B786E; }
a { background-color: rgb(27,120,110); }
div.DivClassName
{
background-color: #1B786E;
}
.BgClassName
{
background-color: #1B786E;
}
</style>
border-color css
<style>
span { border-color: #1B786E; }
span { border-color: rgb(27,120,110); }
td.TdClassName
{
border-color: #1B786E;
}
.TagClassName
{
border-color: #1B786E;
}
</style>