Shades of Evening Sea #1B6B52
Tints of Evening Sea #1B6B52
RGB
CMYK
RGB Variations
Color information
#1B6B52 (or 0x1B6B52) is known color: Evening Sea. HEX triplet: 1B, 6B and 52. RGB value is (27,107,82). Sum of RGB (Red+Green+Blue) = 27+107+82=216 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.5% from 216); Green value is 107 (42.19% from 255 or 49.54% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 107 - color contains mainly: green. Hex color #1B6B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6B52 is #E494AD. Grayscale: #505050. Windows color (decimal): -14980270 or 5401371. OLE color: 5401371.
HSL color Cylindrical-coordinate representation of color #1B6B52: hue angle of 161.25º 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 #1B6B52 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 107 | 82 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.58 |
| HSL | 161.25º | 0.6% | 0.26% | - |
| HSV(B) | 161.25º | 0.75% | 0.42% | - |
| XYZ | 7.23 | 11.36 | 9.79 | - |
| YUV | 80.23 | 129 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 107 | 82 | 0.75 | 0 | 0.23 | 0.58 | 161.25 | 0.6 | 0.26 |
| Hex | 1B | 6B | 52 | 4B | 0 | 17 | 3A | A1 | 3C | 1A |
| Octal | 33 | 153 | 122 | 113 | 0 | 27 | 72 | 241 | 74 | 32 |
| Binary | 11011 | 1101011 | 1010010 | 1001011 | 0 | 10111 | 111010 | 10100001 | 111100 | 11010 |
Color Harmonies of #1B6B52
Complementary color
Monochromatic Colors of #1B6B52
Black with #1B6B52
Text Example
Text Example
White with #1B6B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6B52; }
p { color: rgb(27,107,82); }
H1.HeaderClassName
{
color: #1B6B52;
}
.AnyTagClassName
{
color: #1B6B52;
}
</style>
background-color css
<style>
a { background-color: #1B6B52; }
a { background-color: rgb(27,107,82); }
div.DivClassName
{
background-color: #1B6B52;
}
.BgClassName
{
background-color: #1B6B52;
}
</style>
border-color css
<style>
span { border-color: #1B6B52; }
span { border-color: rgb(27,107,82); }
td.TdClassName
{
border-color: #1B6B52;
}
.TagClassName
{
border-color: #1B6B52;
}
</style>