Shades of Deep Sea #1C745D
Tints of Deep Sea #1C745D
RGB
CMYK
RGB Variations
Color information
#1C745D (or 0x1C745D) is known color: Deep Sea. HEX triplet: 1C, 74 and 5D. RGB value is (28,116,93). Sum of RGB (Red+Green+Blue) = 28+116+93=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #1C745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C745D is #E38BA2. Grayscale: #575757. Windows color (decimal): -14912419 or 6124572. OLE color: 6124572.
HSL color Cylindrical-coordinate representation of color #1C745D: hue angle of 164.32º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C745D is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 116 | 93 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.55 |
| HSL | 164.32º | 0.61% | 0.28% | - |
| HSV(B) | 164.32º | 0.76% | 0.45% | - |
| XYZ | 8.7 | 13.53 | 12.51 | - |
| YUV | 87.07 | 131.35 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 116 | 93 | 0.76 | 0 | 0.20 | 0.55 | 164.32 | 0.61 | 0.28 |
| Hex | 1C | 74 | 5D | 4C | 0 | 14 | 37 | A4 | 3D | 1C |
| Octal | 34 | 164 | 135 | 114 | 0 | 24 | 67 | 244 | 75 | 34 |
| Binary | 11100 | 1110100 | 1011101 | 1001100 | 0 | 10100 | 110111 | 10100100 | 111101 | 11100 |
Color Harmonies of #1C745D
Complementary color
Monochromatic Colors of #1C745D
Black with #1C745D
Text Example
Text Example
White with #1C745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C745D; }
p { color: rgb(28,116,93); }
H1.HeaderClassName
{
color: #1C745D;
}
.AnyTagClassName
{
color: #1C745D;
}
</style>
background-color css
<style>
a { background-color: #1C745D; }
a { background-color: rgb(28,116,93); }
div.DivClassName
{
background-color: #1C745D;
}
.BgClassName
{
background-color: #1C745D;
}
</style>
border-color css
<style>
span { border-color: #1C745D; }
span { border-color: rgb(28,116,93); }
td.TdClassName
{
border-color: #1C745D;
}
.TagClassName
{
border-color: #1C745D;
}
</style>