Shades of Deep Sea #1B7E5B
Tints of Deep Sea #1B7E5B
RGB
CMYK
RGB Variations
Color information
#1B7E5B (or 0x1B7E5B) is known color: Deep Sea. HEX triplet: 1B, 7E and 5B. RGB value is (27,126,91). Sum of RGB (Red+Green+Blue) = 27+126+91=244 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.07% from 244); Green value is 126 (49.61% from 255 or 51.64% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 126 - color contains mainly: green. Hex color #1B7E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7E5B is #E481A4. Grayscale: #5C5C5C. Windows color (decimal): -14975397 or 5996059. OLE color: 5996059.
HSL color Cylindrical-coordinate representation of color #1B7E5B: hue angle of 158.79º 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 #1B7E5B is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 126 | 91 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.51 |
| HSL | 158.79º | 0.65% | 0.3% | - |
| HSV(B) | 158.79º | 0.79% | 0.49% | - |
| XYZ | 9.8 | 15.91 | 12.45 | - |
| YUV | 92.41 | 127.2 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 126 | 91 | 0.79 | 0 | 0.28 | 0.51 | 158.79 | 0.65 | 0.3 |
| Hex | 1B | 7E | 5B | 4F | 0 | 1C | 33 | 9F | 41 | 1E |
| Octal | 33 | 176 | 133 | 117 | 0 | 34 | 63 | 237 | 101 | 36 |
| Binary | 11011 | 1111110 | 1011011 | 1001111 | 0 | 11100 | 110011 | 10011111 | 1000001 | 11110 |
Color Harmonies of #1B7E5B
Complementary color
Monochromatic Colors of #1B7E5B
Black with #1B7E5B
Text Example
Text Example
White with #1B7E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7E5B; }
p { color: rgb(27,126,91); }
H1.HeaderClassName
{
color: #1B7E5B;
}
.AnyTagClassName
{
color: #1B7E5B;
}
</style>
background-color css
<style>
a { background-color: #1B7E5B; }
a { background-color: rgb(27,126,91); }
div.DivClassName
{
background-color: #1B7E5B;
}
.BgClassName
{
background-color: #1B7E5B;
}
</style>
border-color css
<style>
span { border-color: #1B7E5B; }
span { border-color: rgb(27,126,91); }
td.TdClassName
{
border-color: #1B7E5B;
}
.TagClassName
{
border-color: #1B7E5B;
}
</style>