Shades of Deep Sea #1C725C
Tints of Deep Sea #1C725C
RGB
CMYK
RGB Variations
Color information
#1C725C (or 0x1C725C) is known color: Deep Sea. HEX triplet: 1C, 72 and 5C. RGB value is (28,114,92). Sum of RGB (Red+Green+Blue) = 28+114+92=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #1C725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C725C is #E38DA3. Grayscale: #555555. Windows color (decimal): -14912932 or 6058524. OLE color: 6058524.
HSL color Cylindrical-coordinate representation of color #1C725C: hue angle of 164.65º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C725C is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 114 | 92 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.55 |
| HSL | 164.65º | 0.61% | 0.28% | - |
| HSV(B) | 164.65º | 0.75% | 0.45% | - |
| XYZ | 8.43 | 13.05 | 12.2 | - |
| YUV | 85.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 114 | 92 | 0.75 | 0 | 0.19 | 0.55 | 164.65 | 0.61 | 0.28 |
| Hex | 1C | 72 | 5C | 4B | 0 | 13 | 37 | A5 | 3D | 1C |
| Octal | 34 | 162 | 134 | 113 | 0 | 23 | 67 | 245 | 75 | 34 |
| Binary | 11100 | 1110010 | 1011100 | 1001011 | 0 | 10011 | 110111 | 10100101 | 111101 | 11100 |
Color Harmonies of #1C725C
Complementary color
Monochromatic Colors of #1C725C
Black with #1C725C
Text Example
Text Example
White with #1C725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C725C; }
p { color: rgb(28,114,92); }
H1.HeaderClassName
{
color: #1C725C;
}
.AnyTagClassName
{
color: #1C725C;
}
</style>
background-color css
<style>
a { background-color: #1C725C; }
a { background-color: rgb(28,114,92); }
div.DivClassName
{
background-color: #1C725C;
}
.BgClassName
{
background-color: #1C725C;
}
</style>
border-color css
<style>
span { border-color: #1C725C; }
span { border-color: rgb(28,114,92); }
td.TdClassName
{
border-color: #1C725C;
}
.TagClassName
{
border-color: #1C725C;
}
</style>