Shades of Deep Sea #0A7E69
Tints of Deep Sea #0A7E69
RGB
CMYK
RGB Variations
Color information
#0A7E69 (or 0x0A7E69) is known color: Deep Sea. HEX triplet: 0A, 7E and 69. RGB value is (10,126,105). Sum of RGB (Red+Green+Blue) = 10+126+105=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #0A7E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7E69 is #F58196. Grayscale: #585858. Windows color (decimal): -16089495 or 6913546. OLE color: 6913546.
HSL color Cylindrical-coordinate representation of color #0A7E69: hue angle of 169.14º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7E69 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 126 | 105 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.51 |
| HSL | 169.14º | 0.85% | 0.27% | - |
| HSV(B) | 169.14º | 0.92% | 0.49% | - |
| XYZ | 10.14 | 16.01 | 15.92 | - |
| YUV | 88.92 | 137.07 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 126 | 105 | 0.92 | 0 | 0.17 | 0.51 | 169.14 | 0.85 | 0.27 |
| Hex | A | 7E | 69 | 5C | 0 | 11 | 33 | A9 | 55 | 1B |
| Octal | 12 | 176 | 151 | 134 | 0 | 21 | 63 | 251 | 125 | 33 |
| Binary | 1010 | 1111110 | 1101001 | 1011100 | 0 | 10001 | 110011 | 10101001 | 1010101 | 11011 |
Color Harmonies of #0A7E69
Complementary color
Monochromatic Colors of #0A7E69
Black with #0A7E69
Text Example
Text Example
White with #0A7E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7E69; }
p { color: rgb(10,126,105); }
H1.HeaderClassName
{
color: #0A7E69;
}
.AnyTagClassName
{
color: #0A7E69;
}
</style>
background-color css
<style>
a { background-color: #0A7E69; }
a { background-color: rgb(10,126,105); }
div.DivClassName
{
background-color: #0A7E69;
}
.BgClassName
{
background-color: #0A7E69;
}
</style>
border-color css
<style>
span { border-color: #0A7E69; }
span { border-color: rgb(10,126,105); }
td.TdClassName
{
border-color: #0A7E69;
}
.TagClassName
{
border-color: #0A7E69;
}
</style>