Shades of Deep Sea #0D8768
Tints of Deep Sea #0D8768
RGB
CMYK
RGB Variations
Color information
#0D8768 (or 0x0D8768) is known color: Deep Sea. HEX triplet: 0D, 87 and 68. RGB value is (13,135,104). Sum of RGB (Red+Green+Blue) = 13+135+104=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #0D8768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8768 is #F27897. Grayscale: #5E5E5E. Windows color (decimal): -15890584 or 6850317. OLE color: 6850317.
HSL color Cylindrical-coordinate representation of color #0D8768: hue angle of 164.75º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8768 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 135 | 104 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.47 |
| HSL | 164.75º | 0.82% | 0.29% | - |
| HSV(B) | 164.75º | 0.9% | 0.53% | - |
| XYZ | 11.33 | 18.41 | 16.05 | - |
| YUV | 94.99 | 133.08 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 135 | 104 | 0.90 | 0 | 0.23 | 0.47 | 164.75 | 0.82 | 0.29 |
| Hex | D | 87 | 68 | 5A | 0 | 17 | 2F | A5 | 52 | 1D |
| Octal | 15 | 207 | 150 | 132 | 0 | 27 | 57 | 245 | 122 | 35 |
| Binary | 1101 | 10000111 | 1101000 | 1011010 | 0 | 10111 | 101111 | 10100101 | 1010010 | 11101 |
Color Harmonies of #0D8768
Complementary color
Monochromatic Colors of #0D8768
Black with #0D8768
Text Example
Text Example
White with #0D8768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8768; }
p { color: rgb(13,135,104); }
H1.HeaderClassName
{
color: #0D8768;
}
.AnyTagClassName
{
color: #0D8768;
}
</style>
background-color css
<style>
a { background-color: #0D8768; }
a { background-color: rgb(13,135,104); }
div.DivClassName
{
background-color: #0D8768;
}
.BgClassName
{
background-color: #0D8768;
}
</style>
border-color css
<style>
span { border-color: #0D8768; }
span { border-color: rgb(13,135,104); }
td.TdClassName
{
border-color: #0D8768;
}
.TagClassName
{
border-color: #0D8768;
}
</style>