Shades of Deep Sea #1C785A
Tints of Deep Sea #1C785A
RGB
CMYK
RGB Variations
Color information
#1C785A (or 0x1C785A) is known color: Deep Sea. HEX triplet: 1C, 78 and 5A. RGB value is (28,120,90). Sum of RGB (Red+Green+Blue) = 28+120+90=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #1C785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C785A is #E387A5. Grayscale: #595959. Windows color (decimal): -14911398 or 5928988. OLE color: 5928988.
HSL color Cylindrical-coordinate representation of color #1C785A: hue angle of 160.43º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C785A is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 120 | 90 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.53 |
| HSL | 160.43º | 0.62% | 0.29% | - |
| HSV(B) | 160.43º | 0.77% | 0.47% | - |
| XYZ | 9.04 | 14.42 | 11.98 | - |
| YUV | 89.07 | 128.52 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 120 | 90 | 0.77 | 0 | 0.25 | 0.53 | 160.43 | 0.62 | 0.29 |
| Hex | 1C | 78 | 5A | 4D | 0 | 19 | 35 | A0 | 3E | 1D |
| Octal | 34 | 170 | 132 | 115 | 0 | 31 | 65 | 240 | 76 | 35 |
| Binary | 11100 | 1111000 | 1011010 | 1001101 | 0 | 11001 | 110101 | 10100000 | 111110 | 11101 |
Color Harmonies of #1C785A
Complementary color
Monochromatic Colors of #1C785A
Black with #1C785A
Text Example
Text Example
White with #1C785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C785A; }
p { color: rgb(28,120,90); }
H1.HeaderClassName
{
color: #1C785A;
}
.AnyTagClassName
{
color: #1C785A;
}
</style>
background-color css
<style>
a { background-color: #1C785A; }
a { background-color: rgb(28,120,90); }
div.DivClassName
{
background-color: #1C785A;
}
.BgClassName
{
background-color: #1C785A;
}
</style>
border-color css
<style>
span { border-color: #1C785A; }
span { border-color: rgb(28,120,90); }
td.TdClassName
{
border-color: #1C785A;
}
.TagClassName
{
border-color: #1C785A;
}
</style>