Shades of Deep Sea #0D8B5D
Tints of Deep Sea #0D8B5D
RGB
CMYK
RGB Variations
Color information
#0D8B5D (or 0x0D8B5D) is known color: Deep Sea. HEX triplet: 0D, 8B and 5D. RGB value is (13,139,93). Sum of RGB (Red+Green+Blue) = 13+139+93=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 139 (54.69% from 255 or 56.73% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 139 - color contains mainly: green. Hex color #0D8B5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8B5D is #F274A2. Grayscale: #606060. Windows color (decimal): -15889571 or 6130445. OLE color: 6130445.
HSL color Cylindrical-coordinate representation of color #0D8B5D: hue angle of 158.1º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8B5D is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 139 | 93 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.45 |
| HSL | 158.1º | 0.83% | 0.3% | - |
| HSV(B) | 158.1º | 0.91% | 0.55% | - |
| XYZ | 11.37 | 19.34 | 13.49 | - |
| YUV | 96.08 | 126.26 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 139 | 93 | 0.91 | 0 | 0.33 | 0.45 | 158.1 | 0.83 | 0.3 |
| Hex | D | 8B | 5D | 5B | 0 | 21 | 2D | 9E | 53 | 1E |
| Octal | 15 | 213 | 135 | 133 | 0 | 41 | 55 | 236 | 123 | 36 |
| Binary | 1101 | 10001011 | 1011101 | 1011011 | 0 | 100001 | 101101 | 10011110 | 1010011 | 11110 |
Color Harmonies of #0D8B5D
Complementary color
Monochromatic Colors of #0D8B5D
Black with #0D8B5D
Text Example
Text Example
White with #0D8B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8B5D; }
p { color: rgb(13,139,93); }
H1.HeaderClassName
{
color: #0D8B5D;
}
.AnyTagClassName
{
color: #0D8B5D;
}
</style>
background-color css
<style>
a { background-color: #0D8B5D; }
a { background-color: rgb(13,139,93); }
div.DivClassName
{
background-color: #0D8B5D;
}
.BgClassName
{
background-color: #0D8B5D;
}
</style>
border-color css
<style>
span { border-color: #0D8B5D; }
span { border-color: rgb(13,139,93); }
td.TdClassName
{
border-color: #0D8B5D;
}
.TagClassName
{
border-color: #0D8B5D;
}
</style>