Shades of Deep Sea #12845B
Tints of Deep Sea #12845B
RGB
CMYK
RGB Variations
Color information
#12845B (or 0x12845B) is known color: Deep Sea. HEX triplet: 12, 84 and 5B. RGB value is (18,132,91). Sum of RGB (Red+Green+Blue) = 18+132+91=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 132 (51.95% from 255 or 54.77% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 132 - color contains mainly: green. Hex color #12845B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12845B is #ED7BA4. Grayscale: #5D5D5D. Windows color (decimal): -15563685 or 5997586. OLE color: 5997586.
HSL color Cylindrical-coordinate representation of color #12845B: hue angle of 158.42º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12845B is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 132 | 91 | - |
| CMYK | 0.86 | 0 | 0.31 | 0.48 |
| HSL | 158.42º | 0.76% | 0.29% | - |
| HSV(B) | 158.42º | 0.86% | 0.52% | - |
| XYZ | 10.39 | 17.39 | 12.71 | - |
| YUV | 93.24 | 126.73 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 132 | 91 | 0.86 | 0 | 0.31 | 0.48 | 158.42 | 0.76 | 0.29 |
| Hex | 12 | 84 | 5B | 56 | 0 | 1F | 30 | 9E | 4C | 1D |
| Octal | 22 | 204 | 133 | 126 | 0 | 37 | 60 | 236 | 114 | 35 |
| Binary | 10010 | 10000100 | 1011011 | 1010110 | 0 | 11111 | 110000 | 10011110 | 1001100 | 11101 |
Color Harmonies of #12845B
Complementary color
Monochromatic Colors of #12845B
Black with #12845B
Text Example
Text Example
White with #12845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12845B; }
p { color: rgb(18,132,91); }
H1.HeaderClassName
{
color: #12845B;
}
.AnyTagClassName
{
color: #12845B;
}
</style>
background-color css
<style>
a { background-color: #12845B; }
a { background-color: rgb(18,132,91); }
div.DivClassName
{
background-color: #12845B;
}
.BgClassName
{
background-color: #12845B;
}
</style>
border-color css
<style>
span { border-color: #12845B; }
span { border-color: rgb(18,132,91); }
td.TdClassName
{
border-color: #12845B;
}
.TagClassName
{
border-color: #12845B;
}
</style>