Shades of Deep Sea #1B7E6A
Tints of Deep Sea #1B7E6A
RGB
CMYK
RGB Variations
Color information
#1B7E6A (or 0x1B7E6A) is known color: Deep Sea. HEX triplet: 1B, 7E and 6A. RGB value is (27,126,106). Sum of RGB (Red+Green+Blue) = 27+126+106=259 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.42% from 259); Green value is 126 (49.61% from 255 or 48.65% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 126 - color contains mainly: green. Hex color #1B7E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7E6A is #E48195. Grayscale: #5E5E5E. Windows color (decimal): -14975382 or 6979099. OLE color: 6979099.
HSL color Cylindrical-coordinate representation of color #1B7E6A: hue angle of 167.88º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B7E6A is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 126 | 106 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.51 |
| HSL | 167.88º | 0.65% | 0.3% | - |
| HSV(B) | 167.88º | 0.79% | 0.49% | - |
| XYZ | 10.51 | 16.2 | 16.21 | - |
| YUV | 94.12 | 134.7 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 126 | 106 | 0.79 | 0 | 0.16 | 0.51 | 167.88 | 0.65 | 0.3 |
| Hex | 1B | 7E | 6A | 4F | 0 | 10 | 33 | A8 | 41 | 1E |
| Octal | 33 | 176 | 152 | 117 | 0 | 20 | 63 | 250 | 101 | 36 |
| Binary | 11011 | 1111110 | 1101010 | 1001111 | 0 | 10000 | 110011 | 10101000 | 1000001 | 11110 |
Color Harmonies of #1B7E6A
Complementary color
Monochromatic Colors of #1B7E6A
Black with #1B7E6A
Text Example
Text Example
White with #1B7E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7E6A; }
p { color: rgb(27,126,106); }
H1.HeaderClassName
{
color: #1B7E6A;
}
.AnyTagClassName
{
color: #1B7E6A;
}
</style>
background-color css
<style>
a { background-color: #1B7E6A; }
a { background-color: rgb(27,126,106); }
div.DivClassName
{
background-color: #1B7E6A;
}
.BgClassName
{
background-color: #1B7E6A;
}
</style>
border-color css
<style>
span { border-color: #1B7E6A; }
span { border-color: rgb(27,126,106); }
td.TdClassName
{
border-color: #1B7E6A;
}
.TagClassName
{
border-color: #1B7E6A;
}
</style>