Shades of Deep Sea #0A835C
Tints of Deep Sea #0A835C
RGB
CMYK
RGB Variations
Color information
#0A835C (or 0x0A835C) is known color: Deep Sea. HEX triplet: 0A, 83 and 5C. RGB value is (10,131,92). Sum of RGB (Red+Green+Blue) = 10+131+92=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 131 (51.56% from 255 or 56.22% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 131 - color contains mainly: green. Hex color #0A835C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A835C is #F57CA3. Grayscale: #5A5A5A. Windows color (decimal): -16088228 or 6062858. OLE color: 6062858.
HSL color Cylindrical-coordinate representation of color #0A835C: hue angle of 160.66º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A835C is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 131 | 92 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.49 |
| HSL | 160.66º | 0.86% | 0.28% | - |
| HSV(B) | 160.66º | 0.92% | 0.51% | - |
| XYZ | 10.17 | 17.07 | 12.88 | - |
| YUV | 90.38 | 128.91 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 131 | 92 | 0.92 | 0 | 0.30 | 0.49 | 160.66 | 0.86 | 0.28 |
| Hex | A | 83 | 5C | 5C | 0 | 1E | 31 | A1 | 56 | 1C |
| Octal | 12 | 203 | 134 | 134 | 0 | 36 | 61 | 241 | 126 | 34 |
| Binary | 1010 | 10000011 | 1011100 | 1011100 | 0 | 11110 | 110001 | 10100001 | 1010110 | 11100 |
Color Harmonies of #0A835C
Complementary color
Monochromatic Colors of #0A835C
Black with #0A835C
Text Example
Text Example
White with #0A835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A835C; }
p { color: rgb(10,131,92); }
H1.HeaderClassName
{
color: #0A835C;
}
.AnyTagClassName
{
color: #0A835C;
}
</style>
background-color css
<style>
a { background-color: #0A835C; }
a { background-color: rgb(10,131,92); }
div.DivClassName
{
background-color: #0A835C;
}
.BgClassName
{
background-color: #0A835C;
}
</style>
border-color css
<style>
span { border-color: #0A835C; }
span { border-color: rgb(10,131,92); }
td.TdClassName
{
border-color: #0A835C;
}
.TagClassName
{
border-color: #0A835C;
}
</style>