Shades of Deep Sea #1B7C6B
Tints of Deep Sea #1B7C6B
RGB
CMYK
RGB Variations
Color information
#1B7C6B (or 0x1B7C6B) is known color: Deep Sea. HEX triplet: 1B, 7C and 6B. RGB value is (27,124,107). Sum of RGB (Red+Green+Blue) = 27+124+107=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 124 - color contains mainly: green. Hex color #1B7C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7C6B is #E48394. Grayscale: #5D5D5D. Windows color (decimal): -14975893 or 7044123. OLE color: 7044123.
HSL color Cylindrical-coordinate representation of color #1B7C6B: hue angle of 169.48º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B7C6B is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 124 | 107 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.51 |
| HSL | 169.48º | 0.64% | 0.3% | - |
| HSV(B) | 169.48º | 0.78% | 0.49% | - |
| XYZ | 10.31 | 15.71 | 16.4 | - |
| YUV | 93.06 | 135.86 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 124 | 107 | 0.78 | 0 | 0.14 | 0.51 | 169.48 | 0.64 | 0.3 |
| Hex | 1B | 7C | 6B | 4E | 0 | E | 33 | A9 | 40 | 1E |
| Octal | 33 | 174 | 153 | 116 | 0 | 16 | 63 | 251 | 100 | 36 |
| Binary | 11011 | 1111100 | 1101011 | 1001110 | 0 | 1110 | 110011 | 10101001 | 1000000 | 11110 |
Color Harmonies of #1B7C6B
Complementary color
Monochromatic Colors of #1B7C6B
Black with #1B7C6B
Text Example
Text Example
White with #1B7C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7C6B; }
p { color: rgb(27,124,107); }
H1.HeaderClassName
{
color: #1B7C6B;
}
.AnyTagClassName
{
color: #1B7C6B;
}
</style>
background-color css
<style>
a { background-color: #1B7C6B; }
a { background-color: rgb(27,124,107); }
div.DivClassName
{
background-color: #1B7C6B;
}
.BgClassName
{
background-color: #1B7C6B;
}
</style>
border-color css
<style>
span { border-color: #1B7C6B; }
span { border-color: rgb(27,124,107); }
td.TdClassName
{
border-color: #1B7C6B;
}
.TagClassName
{
border-color: #1B7C6B;
}
</style>