Shades of Deep Sea #0C835C
Tints of Deep Sea #0C835C
RGB
CMYK
RGB Variations
Color information
#0C835C (or 0x0C835C) is known color: Deep Sea. HEX triplet: 0C, 83 and 5C. RGB value is (12,131,92). Sum of RGB (Red+Green+Blue) = 12+131+92=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 131 (51.56% from 255 or 55.74% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 131 - color contains mainly: green. Hex color #0C835C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C835C is #F37CA3. Grayscale: #5B5B5B. Windows color (decimal): -15957156 or 6062860. OLE color: 6062860.
HSL color Cylindrical-coordinate representation of color #0C835C: hue angle of 160.34º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C835C is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 131 | 92 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.49 |
| HSL | 160.34º | 0.83% | 0.28% | - |
| HSV(B) | 160.34º | 0.91% | 0.51% | - |
| XYZ | 10.2 | 17.08 | 12.89 | - |
| YUV | 90.97 | 128.58 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 131 | 92 | 0.91 | 0 | 0.30 | 0.49 | 160.34 | 0.83 | 0.28 |
| Hex | C | 83 | 5C | 5B | 0 | 1E | 31 | A0 | 53 | 1C |
| Octal | 14 | 203 | 134 | 133 | 0 | 36 | 61 | 240 | 123 | 34 |
| Binary | 1100 | 10000011 | 1011100 | 1011011 | 0 | 11110 | 110001 | 10100000 | 1010011 | 11100 |
Color Harmonies of #0C835C
Complementary color
Monochromatic Colors of #0C835C
Black with #0C835C
Text Example
Text Example
White with #0C835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C835C; }
p { color: rgb(12,131,92); }
H1.HeaderClassName
{
color: #0C835C;
}
.AnyTagClassName
{
color: #0C835C;
}
</style>
background-color css
<style>
a { background-color: #0C835C; }
a { background-color: rgb(12,131,92); }
div.DivClassName
{
background-color: #0C835C;
}
.BgClassName
{
background-color: #0C835C;
}
</style>
border-color css
<style>
span { border-color: #0C835C; }
span { border-color: rgb(12,131,92); }
td.TdClassName
{
border-color: #0C835C;
}
.TagClassName
{
border-color: #0C835C;
}
</style>