Shades of Deep Sea #0C835A
Tints of Deep Sea #0C835A
RGB
CMYK
RGB Variations
Color information
#0C835A (or 0x0C835A) is known color: Deep Sea. HEX triplet: 0C, 83 and 5A. RGB value is (12,131,90). Sum of RGB (Red+Green+Blue) = 12+131+90=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 131 (51.56% from 255 or 56.22% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 131 - color contains mainly: green. Hex color #0C835A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C835A is #F37CA5. Grayscale: #5A5A5A. Windows color (decimal): -15957158 or 5931788. OLE color: 5931788.
HSL color Cylindrical-coordinate representation of color #0C835A: hue angle of 159.33º 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 #0C835A is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 131 | 90 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.49 |
| HSL | 159.33º | 0.83% | 0.28% | - |
| HSV(B) | 159.33º | 0.91% | 0.51% | - |
| XYZ | 10.11 | 17.05 | 12.43 | - |
| YUV | 90.75 | 127.58 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 131 | 90 | 0.91 | 0 | 0.31 | 0.49 | 159.33 | 0.83 | 0.28 |
| Hex | C | 83 | 5A | 5B | 0 | 1F | 31 | 9F | 53 | 1C |
| Octal | 14 | 203 | 132 | 133 | 0 | 37 | 61 | 237 | 123 | 34 |
| Binary | 1100 | 10000011 | 1011010 | 1011011 | 0 | 11111 | 110001 | 10011111 | 1010011 | 11100 |
Color Harmonies of #0C835A
Complementary color
Monochromatic Colors of #0C835A
Black with #0C835A
Text Example
Text Example
White with #0C835A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C835A; }
p { color: rgb(12,131,90); }
H1.HeaderClassName
{
color: #0C835A;
}
.AnyTagClassName
{
color: #0C835A;
}
</style>
background-color css
<style>
a { background-color: #0C835A; }
a { background-color: rgb(12,131,90); }
div.DivClassName
{
background-color: #0C835A;
}
.BgClassName
{
background-color: #0C835A;
}
</style>
border-color css
<style>
span { border-color: #0C835A; }
span { border-color: rgb(12,131,90); }
td.TdClassName
{
border-color: #0C835A;
}
.TagClassName
{
border-color: #0C835A;
}
</style>