Shades of Deep Sea #12736A
Tints of Deep Sea #12736A
RGB
CMYK
RGB Variations
Color information
#12736A (or 0x12736A) is known color: Deep Sea. HEX triplet: 12, 73 and 6A. RGB value is (18,115,106). Sum of RGB (Red+Green+Blue) = 18+115+106=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #12736A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12736A is #ED8C95. Grayscale: #545454. Windows color (decimal): -15568022 or 6976274. OLE color: 6976274.
HSL color Cylindrical-coordinate representation of color #12736A: hue angle of 174.43º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12736A is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 115 | 106 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.55 |
| HSL | 174.43º | 0.73% | 0.26% | - |
| HSV(B) | 174.43º | 0.84% | 0.45% | - |
| XYZ | 8.98 | 13.43 | 15.75 | - |
| YUV | 84.97 | 139.86 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 106 | 0.84 | 0 | 0.08 | 0.55 | 174.43 | 0.73 | 0.26 |
| Hex | 12 | 73 | 6A | 54 | 0 | 8 | 37 | AE | 49 | 1A |
| Octal | 22 | 163 | 152 | 124 | 0 | 10 | 67 | 256 | 111 | 32 |
| Binary | 10010 | 1110011 | 1101010 | 1010100 | 0 | 1000 | 110111 | 10101110 | 1001001 | 11010 |
Color Harmonies of #12736A
Complementary color
Monochromatic Colors of #12736A
Black with #12736A
Text Example
Text Example
White with #12736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12736A; }
p { color: rgb(18,115,106); }
H1.HeaderClassName
{
color: #12736A;
}
.AnyTagClassName
{
color: #12736A;
}
</style>
background-color css
<style>
a { background-color: #12736A; }
a { background-color: rgb(18,115,106); }
div.DivClassName
{
background-color: #12736A;
}
.BgClassName
{
background-color: #12736A;
}
</style>
border-color css
<style>
span { border-color: #12736A; }
span { border-color: rgb(18,115,106); }
td.TdClassName
{
border-color: #12736A;
}
.TagClassName
{
border-color: #12736A;
}
</style>