Shades of Deep Sea #1C765C
Tints of Deep Sea #1C765C
RGB
CMYK
RGB Variations
Color information
#1C765C (or 0x1C765C) is known color: Deep Sea. HEX triplet: 1C, 76 and 5C. RGB value is (28,118,92). Sum of RGB (Red+Green+Blue) = 28+118+92=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #1C765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C765C is #E389A3. Grayscale: #585858. Windows color (decimal): -14911908 or 6059548. OLE color: 6059548.
HSL color Cylindrical-coordinate representation of color #1C765C: hue angle of 162.67º 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 #1C765C is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 118 | 92 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.54 |
| HSL | 162.67º | 0.62% | 0.29% | - |
| HSV(B) | 162.67º | 0.76% | 0.46% | - |
| XYZ | 8.89 | 13.98 | 12.35 | - |
| YUV | 88.13 | 130.18 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 118 | 92 | 0.76 | 0 | 0.22 | 0.54 | 162.67 | 0.62 | 0.29 |
| Hex | 1C | 76 | 5C | 4C | 0 | 16 | 36 | A3 | 3E | 1D |
| Octal | 34 | 166 | 134 | 114 | 0 | 26 | 66 | 243 | 76 | 35 |
| Binary | 11100 | 1110110 | 1011100 | 1001100 | 0 | 10110 | 110110 | 10100011 | 111110 | 11101 |
Color Harmonies of #1C765C
Complementary color
Monochromatic Colors of #1C765C
Black with #1C765C
Text Example
Text Example
White with #1C765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C765C; }
p { color: rgb(28,118,92); }
H1.HeaderClassName
{
color: #1C765C;
}
.AnyTagClassName
{
color: #1C765C;
}
</style>
background-color css
<style>
a { background-color: #1C765C; }
a { background-color: rgb(28,118,92); }
div.DivClassName
{
background-color: #1C765C;
}
.BgClassName
{
background-color: #1C765C;
}
</style>
border-color css
<style>
span { border-color: #1C765C; }
span { border-color: rgb(28,118,92); }
td.TdClassName
{
border-color: #1C765C;
}
.TagClassName
{
border-color: #1C765C;
}
</style>