Shades of Evening Sea #1C6351
Tints of Evening Sea #1C6351
RGB
CMYK
RGB Variations
Color information
#1C6351 (or 0x1C6351) is known color: Evening Sea. HEX triplet: 1C, 63 and 51. RGB value is (28,99,81). Sum of RGB (Red+Green+Blue) = 28+99+81=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 99 - color contains mainly: green. Hex color #1C6351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6351 is #E39CAE. Grayscale: #4B4B4B. Windows color (decimal): -14916783 or 5333788. OLE color: 5333788.
HSL color Cylindrical-coordinate representation of color #1C6351: hue angle of 164.79º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C6351 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 99 | 81 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.61 |
| HSL | 164.79º | 0.56% | 0.25% | - |
| HSV(B) | 164.79º | 0.72% | 0.39% | - |
| XYZ | 6.43 | 9.76 | 9.33 | - |
| YUV | 75.72 | 130.98 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 99 | 81 | 0.72 | 0 | 0.18 | 0.61 | 164.79 | 0.56 | 0.25 |
| Hex | 1C | 63 | 51 | 48 | 0 | 12 | 3D | A5 | 38 | 19 |
| Octal | 34 | 143 | 121 | 110 | 0 | 22 | 75 | 245 | 70 | 31 |
| Binary | 11100 | 1100011 | 1010001 | 1001000 | 0 | 10010 | 111101 | 10100101 | 111000 | 11001 |
Color Harmonies of #1C6351
Complementary color
Monochromatic Colors of #1C6351
Black with #1C6351
Text Example
Text Example
White with #1C6351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6351; }
p { color: rgb(28,99,81); }
H1.HeaderClassName
{
color: #1C6351;
}
.AnyTagClassName
{
color: #1C6351;
}
</style>
background-color css
<style>
a { background-color: #1C6351; }
a { background-color: rgb(28,99,81); }
div.DivClassName
{
background-color: #1C6351;
}
.BgClassName
{
background-color: #1C6351;
}
</style>
border-color css
<style>
span { border-color: #1C6351; }
span { border-color: rgb(28,99,81); }
td.TdClassName
{
border-color: #1C6351;
}
.TagClassName
{
border-color: #1C6351;
}
</style>