Shades of Deep Sea #1C755D
Tints of Deep Sea #1C755D
RGB
CMYK
RGB Variations
Color information
#1C755D (or 0x1C755D) is known color: Deep Sea. HEX triplet: 1C, 75 and 5D. RGB value is (28,117,93). Sum of RGB (Red+Green+Blue) = 28+117+93=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #1C755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C755D is #E38AA2. Grayscale: #575757. Windows color (decimal): -14912163 or 6124828. OLE color: 6124828.
HSL color Cylindrical-coordinate representation of color #1C755D: hue angle of 163.82º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C755D is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 117 | 93 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.54 |
| HSL | 163.82º | 0.61% | 0.28% | - |
| HSV(B) | 163.82º | 0.76% | 0.46% | - |
| XYZ | 8.82 | 13.76 | 12.55 | - |
| YUV | 87.65 | 131.01 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 117 | 93 | 0.76 | 0 | 0.21 | 0.54 | 163.82 | 0.61 | 0.28 |
| Hex | 1C | 75 | 5D | 4C | 0 | 15 | 36 | A4 | 3D | 1C |
| Octal | 34 | 165 | 135 | 114 | 0 | 25 | 66 | 244 | 75 | 34 |
| Binary | 11100 | 1110101 | 1011101 | 1001100 | 0 | 10101 | 110110 | 10100100 | 111101 | 11100 |
Color Harmonies of #1C755D
Complementary color
Monochromatic Colors of #1C755D
Black with #1C755D
Text Example
Text Example
White with #1C755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C755D; }
p { color: rgb(28,117,93); }
H1.HeaderClassName
{
color: #1C755D;
}
.AnyTagClassName
{
color: #1C755D;
}
</style>
background-color css
<style>
a { background-color: #1C755D; }
a { background-color: rgb(28,117,93); }
div.DivClassName
{
background-color: #1C755D;
}
.BgClassName
{
background-color: #1C755D;
}
</style>
border-color css
<style>
span { border-color: #1C755D; }
span { border-color: rgb(28,117,93); }
td.TdClassName
{
border-color: #1C755D;
}
.TagClassName
{
border-color: #1C755D;
}
</style>