Shades of Deep Sea #1C845C
Tints of Deep Sea #1C845C
RGB
CMYK
RGB Variations
Color information
#1C845C (or 0x1C845C) is known color: Deep Sea. HEX triplet: 1C, 84 and 5C. RGB value is (28,132,92). Sum of RGB (Red+Green+Blue) = 28+132+92=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #1C845C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C845C is #E37BA3. Grayscale: #606060. Windows color (decimal): -14908324 or 6063132. OLE color: 6063132.
HSL color Cylindrical-coordinate representation of color #1C845C: hue angle of 156.92º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C845C is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 132 | 92 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.48 |
| HSL | 156.92º | 0.65% | 0.31% | - |
| HSV(B) | 156.92º | 0.79% | 0.52% | - |
| XYZ | 10.66 | 17.52 | 12.95 | - |
| YUV | 96.34 | 125.54 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 132 | 92 | 0.79 | 0 | 0.30 | 0.48 | 156.92 | 0.65 | 0.31 |
| Hex | 1C | 84 | 5C | 4F | 0 | 1E | 30 | 9D | 41 | 1F |
| Octal | 34 | 204 | 134 | 117 | 0 | 36 | 60 | 235 | 101 | 37 |
| Binary | 11100 | 10000100 | 1011100 | 1001111 | 0 | 11110 | 110000 | 10011101 | 1000001 | 11111 |
Color Harmonies of #1C845C
Complementary color
Monochromatic Colors of #1C845C
Black with #1C845C
Text Example
Text Example
White with #1C845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C845C; }
p { color: rgb(28,132,92); }
H1.HeaderClassName
{
color: #1C845C;
}
.AnyTagClassName
{
color: #1C845C;
}
</style>
background-color css
<style>
a { background-color: #1C845C; }
a { background-color: rgb(28,132,92); }
div.DivClassName
{
background-color: #1C845C;
}
.BgClassName
{
background-color: #1C845C;
}
</style>
border-color css
<style>
span { border-color: #1C845C; }
span { border-color: rgb(28,132,92); }
td.TdClassName
{
border-color: #1C845C;
}
.TagClassName
{
border-color: #1C845C;
}
</style>