Shades of Deep Sea #0A8365
Tints of Deep Sea #0A8365
RGB
CMYK
RGB Variations
Color information
#0A8365 (or 0x0A8365) is known color: Deep Sea. HEX triplet: 0A, 83 and 65. RGB value is (10,131,101). Sum of RGB (Red+Green+Blue) = 10+131+101=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #0A8365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8365 is #F57C9A. Grayscale: #5B5B5B. Windows color (decimal): -16088219 or 6652682. OLE color: 6652682.
HSL color Cylindrical-coordinate representation of color #0A8365: hue angle of 165.12º 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 #0A8365 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 131 | 101 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.49 |
| HSL | 165.12º | 0.86% | 0.28% | - |
| HSV(B) | 165.12º | 0.92% | 0.51% | - |
| XYZ | 10.59 | 17.24 | 15.08 | - |
| YUV | 91.4 | 133.41 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 131 | 101 | 0.92 | 0 | 0.23 | 0.49 | 165.12 | 0.86 | 0.28 |
| Hex | A | 83 | 65 | 5C | 0 | 17 | 31 | A5 | 56 | 1C |
| Octal | 12 | 203 | 145 | 134 | 0 | 27 | 61 | 245 | 126 | 34 |
| Binary | 1010 | 10000011 | 1100101 | 1011100 | 0 | 10111 | 110001 | 10100101 | 1010110 | 11100 |
Color Harmonies of #0A8365
Complementary color
Monochromatic Colors of #0A8365
Black with #0A8365
Text Example
Text Example
White with #0A8365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8365; }
p { color: rgb(10,131,101); }
H1.HeaderClassName
{
color: #0A8365;
}
.AnyTagClassName
{
color: #0A8365;
}
</style>
background-color css
<style>
a { background-color: #0A8365; }
a { background-color: rgb(10,131,101); }
div.DivClassName
{
background-color: #0A8365;
}
.BgClassName
{
background-color: #0A8365;
}
</style>
border-color css
<style>
span { border-color: #0A8365; }
span { border-color: rgb(10,131,101); }
td.TdClassName
{
border-color: #0A8365;
}
.TagClassName
{
border-color: #0A8365;
}
</style>