Shades of Evening Sea #1B6C51
Tints of Evening Sea #1B6C51
RGB
CMYK
RGB Variations
Color information
#1B6C51 (or 0x1B6C51) is known color: Evening Sea. HEX triplet: 1B, 6C and 51. RGB value is (27,108,81). Sum of RGB (Red+Green+Blue) = 27+108+81=216 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.5% from 216); Green value is 108 (42.58% from 255 or 50% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 108 - color contains mainly: green. Hex color #1B6C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6C51 is #E493AE. Grayscale: #505050. Windows color (decimal): -14980015 or 5336091. OLE color: 5336091.
HSL color Cylindrical-coordinate representation of color #1B6C51: hue angle of 160º 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 #1B6C51 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 108 | 81 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.58 |
| HSL | 160º | 0.6% | 0.26% | - |
| HSV(B) | 160º | 0.75% | 0.42% | - |
| XYZ | 7.3 | 11.55 | 9.63 | - |
| YUV | 80.7 | 128.16 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 108 | 81 | 0.75 | 0 | 0.25 | 0.58 | 160 | 0.6 | 0.26 |
| Hex | 1B | 6C | 51 | 4B | 0 | 19 | 3A | A0 | 3C | 1A |
| Octal | 33 | 154 | 121 | 113 | 0 | 31 | 72 | 240 | 74 | 32 |
| Binary | 11011 | 1101100 | 1010001 | 1001011 | 0 | 11001 | 111010 | 10100000 | 111100 | 11010 |
Color Harmonies of #1B6C51
Complementary color
Monochromatic Colors of #1B6C51
Black with #1B6C51
Text Example
Text Example
White with #1B6C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6C51; }
p { color: rgb(27,108,81); }
H1.HeaderClassName
{
color: #1B6C51;
}
.AnyTagClassName
{
color: #1B6C51;
}
</style>
background-color css
<style>
a { background-color: #1B6C51; }
a { background-color: rgb(27,108,81); }
div.DivClassName
{
background-color: #1B6C51;
}
.BgClassName
{
background-color: #1B6C51;
}
</style>
border-color css
<style>
span { border-color: #1B6C51; }
span { border-color: rgb(27,108,81); }
td.TdClassName
{
border-color: #1B6C51;
}
.TagClassName
{
border-color: #1B6C51;
}
</style>