Shades of Evening Sea #1B6B51
Tints of Evening Sea #1B6B51
RGB
CMYK
RGB Variations
Color information
#1B6B51 (or 0x1B6B51) is known color: Evening Sea. HEX triplet: 1B, 6B and 51. RGB value is (27,107,81). Sum of RGB (Red+Green+Blue) = 27+107+81=215 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.56% from 215); Green value is 107 (42.19% from 255 or 49.77% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 107 - color contains mainly: green. Hex color #1B6B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6B51 is #E494AE. Grayscale: #505050. Windows color (decimal): -14980271 or 5335835. OLE color: 5335835.
HSL color Cylindrical-coordinate representation of color #1B6B51: hue angle of 160.5º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6B51 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 107 | 81 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.58 |
| HSL | 160.5º | 0.6% | 0.26% | - |
| HSV(B) | 160.5º | 0.75% | 0.42% | - |
| XYZ | 7.19 | 11.34 | 9.59 | - |
| YUV | 80.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 107 | 81 | 0.75 | 0 | 0.24 | 0.58 | 160.5 | 0.6 | 0.26 |
| Hex | 1B | 6B | 51 | 4B | 0 | 18 | 3A | A0 | 3C | 1A |
| Octal | 33 | 153 | 121 | 113 | 0 | 30 | 72 | 240 | 74 | 32 |
| Binary | 11011 | 1101011 | 1010001 | 1001011 | 0 | 11000 | 111010 | 10100000 | 111100 | 11010 |
Color Harmonies of #1B6B51
Complementary color
Monochromatic Colors of #1B6B51
Black with #1B6B51
Text Example
Text Example
White with #1B6B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6B51; }
p { color: rgb(27,107,81); }
H1.HeaderClassName
{
color: #1B6B51;
}
.AnyTagClassName
{
color: #1B6B51;
}
</style>
background-color css
<style>
a { background-color: #1B6B51; }
a { background-color: rgb(27,107,81); }
div.DivClassName
{
background-color: #1B6B51;
}
.BgClassName
{
background-color: #1B6B51;
}
</style>
border-color css
<style>
span { border-color: #1B6B51; }
span { border-color: rgb(27,107,81); }
td.TdClassName
{
border-color: #1B6B51;
}
.TagClassName
{
border-color: #1B6B51;
}
</style>