Shades of Deep Sea #0A855B
Tints of Deep Sea #0A855B
RGB
CMYK
RGB Variations
Color information
#0A855B (or 0x0A855B) is known color: Deep Sea. HEX triplet: 0A, 85 and 5B. RGB value is (10,133,91). Sum of RGB (Red+Green+Blue) = 10+133+91=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #0A855B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A855B is #F57AA4. Grayscale: #5B5B5B. Windows color (decimal): -16087717 or 5997834. OLE color: 5997834.
HSL color Cylindrical-coordinate representation of color #0A855B: hue angle of 159.51º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A855B is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 133 | 91 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.48 |
| HSL | 159.51º | 0.86% | 0.28% | - |
| HSV(B) | 159.51º | 0.92% | 0.52% | - |
| XYZ | 10.4 | 17.59 | 12.75 | - |
| YUV | 91.44 | 127.75 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 91 | 0.92 | 0 | 0.32 | 0.48 | 159.51 | 0.86 | 0.28 |
| Hex | A | 85 | 5B | 5C | 0 | 20 | 30 | A0 | 56 | 1C |
| Octal | 12 | 205 | 133 | 134 | 0 | 40 | 60 | 240 | 126 | 34 |
| Binary | 1010 | 10000101 | 1011011 | 1011100 | 0 | 100000 | 110000 | 10100000 | 1010110 | 11100 |
Color Harmonies of #0A855B
Complementary color
Monochromatic Colors of #0A855B
Black with #0A855B
Text Example
Text Example
White with #0A855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A855B; }
p { color: rgb(10,133,91); }
H1.HeaderClassName
{
color: #0A855B;
}
.AnyTagClassName
{
color: #0A855B;
}
</style>
background-color css
<style>
a { background-color: #0A855B; }
a { background-color: rgb(10,133,91); }
div.DivClassName
{
background-color: #0A855B;
}
.BgClassName
{
background-color: #0A855B;
}
</style>
border-color css
<style>
span { border-color: #0A855B; }
span { border-color: rgb(10,133,91); }
td.TdClassName
{
border-color: #0A855B;
}
.TagClassName
{
border-color: #0A855B;
}
</style>