Shades of Deep Sea #1C765E
Tints of Deep Sea #1C765E
RGB
CMYK
RGB Variations
Color information
#1C765E (or 0x1C765E) is known color: Deep Sea. HEX triplet: 1C, 76 and 5E. RGB value is (28,118,94). Sum of RGB (Red+Green+Blue) = 28+118+94=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #1C765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C765E is #E389A1. Grayscale: #585858. Windows color (decimal): -14911906 or 6190620. OLE color: 6190620.
HSL color Cylindrical-coordinate representation of color #1C765E: hue angle of 164º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C765E is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 118 | 94 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.54 |
| HSL | 164º | 0.62% | 0.29% | - |
| HSV(B) | 164º | 0.76% | 0.46% | - |
| XYZ | 8.98 | 14.01 | 12.82 | - |
| YUV | 88.35 | 131.18 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 118 | 94 | 0.76 | 0 | 0.20 | 0.54 | 164 | 0.62 | 0.29 |
| Hex | 1C | 76 | 5E | 4C | 0 | 14 | 36 | A4 | 3E | 1D |
| Octal | 34 | 166 | 136 | 114 | 0 | 24 | 66 | 244 | 76 | 35 |
| Binary | 11100 | 1110110 | 1011110 | 1001100 | 0 | 10100 | 110110 | 10100100 | 111110 | 11101 |
Color Harmonies of #1C765E
Complementary color
Monochromatic Colors of #1C765E
Black with #1C765E
Text Example
Text Example
White with #1C765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C765E; }
p { color: rgb(28,118,94); }
H1.HeaderClassName
{
color: #1C765E;
}
.AnyTagClassName
{
color: #1C765E;
}
</style>
background-color css
<style>
a { background-color: #1C765E; }
a { background-color: rgb(28,118,94); }
div.DivClassName
{
background-color: #1C765E;
}
.BgClassName
{
background-color: #1C765E;
}
</style>
border-color css
<style>
span { border-color: #1C765E; }
span { border-color: rgb(28,118,94); }
td.TdClassName
{
border-color: #1C765E;
}
.TagClassName
{
border-color: #1C765E;
}
</style>