Shades of Deep Sea #1B766D
Tints of Deep Sea #1B766D
RGB
CMYK
RGB Variations
Color information
#1B766D (or 0x1B766D) is known color: Deep Sea. HEX triplet: 1B, 76 and 6D. RGB value is (27,118,109). Sum of RGB (Red+Green+Blue) = 27+118+109=254 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.63% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #1B766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B766D is #E48992. Grayscale: #595959. Windows color (decimal): -14977427 or 7173659. OLE color: 7173659.
HSL color Cylindrical-coordinate representation of color #1B766D: hue angle of 174.07º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B766D is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 118 | 109 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.54 |
| HSL | 174.07º | 0.63% | 0.28% | - |
| HSV(B) | 174.07º | 0.77% | 0.46% | - |
| XYZ | 9.69 | 14.29 | 16.72 | - |
| YUV | 89.77 | 138.85 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 118 | 109 | 0.77 | 0 | 0.08 | 0.54 | 174.07 | 0.63 | 0.28 |
| Hex | 1B | 76 | 6D | 4D | 0 | 8 | 36 | AE | 3F | 1C |
| Octal | 33 | 166 | 155 | 115 | 0 | 10 | 66 | 256 | 77 | 34 |
| Binary | 11011 | 1110110 | 1101101 | 1001101 | 0 | 1000 | 110110 | 10101110 | 111111 | 11100 |
Color Harmonies of #1B766D
Complementary color
Monochromatic Colors of #1B766D
Black with #1B766D
Text Example
Text Example
White with #1B766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B766D; }
p { color: rgb(27,118,109); }
H1.HeaderClassName
{
color: #1B766D;
}
.AnyTagClassName
{
color: #1B766D;
}
</style>
background-color css
<style>
a { background-color: #1B766D; }
a { background-color: rgb(27,118,109); }
div.DivClassName
{
background-color: #1B766D;
}
.BgClassName
{
background-color: #1B766D;
}
</style>
border-color css
<style>
span { border-color: #1B766D; }
span { border-color: rgb(27,118,109); }
td.TdClassName
{
border-color: #1B766D;
}
.TagClassName
{
border-color: #1B766D;
}
</style>