Shades of Deep Sea #1B785C
Tints of Deep Sea #1B785C
RGB
CMYK
RGB Variations
Color information
#1B785C (or 0x1B785C) is known color: Deep Sea. HEX triplet: 1B, 78 and 5C. RGB value is (27,120,92). Sum of RGB (Red+Green+Blue) = 27+120+92=239 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.30% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #1B785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B785C is #E487A3. Grayscale: #595959. Windows color (decimal): -14976932 or 6060059. OLE color: 6060059.
HSL color Cylindrical-coordinate representation of color #1B785C: hue angle of 161.94º 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 #1B785C is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 120 | 92 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.53 |
| HSL | 161.94º | 0.63% | 0.29% | - |
| HSV(B) | 161.94º | 0.78% | 0.47% | - |
| XYZ | 9.1 | 14.44 | 12.43 | - |
| YUV | 89 | 129.69 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 120 | 92 | 0.78 | 0 | 0.23 | 0.53 | 161.94 | 0.63 | 0.29 |
| Hex | 1B | 78 | 5C | 4E | 0 | 17 | 35 | A2 | 3F | 1D |
| Octal | 33 | 170 | 134 | 116 | 0 | 27 | 65 | 242 | 77 | 35 |
| Binary | 11011 | 1111000 | 1011100 | 1001110 | 0 | 10111 | 110101 | 10100010 | 111111 | 11101 |
Color Harmonies of #1B785C
Complementary color
Monochromatic Colors of #1B785C
Black with #1B785C
Text Example
Text Example
White with #1B785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B785C; }
p { color: rgb(27,120,92); }
H1.HeaderClassName
{
color: #1B785C;
}
.AnyTagClassName
{
color: #1B785C;
}
</style>
background-color css
<style>
a { background-color: #1B785C; }
a { background-color: rgb(27,120,92); }
div.DivClassName
{
background-color: #1B785C;
}
.BgClassName
{
background-color: #1B785C;
}
</style>
border-color css
<style>
span { border-color: #1B785C; }
span { border-color: rgb(27,120,92); }
td.TdClassName
{
border-color: #1B785C;
}
.TagClassName
{
border-color: #1B785C;
}
</style>