Shades of Deep Sea #12776D
Tints of Deep Sea #12776D
RGB
CMYK
RGB Variations
Color information
#12776D (or 0x12776D) is known color: Deep Sea. HEX triplet: 12, 77 and 6D. RGB value is (18,119,109). Sum of RGB (Red+Green+Blue) = 18+119+109=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #12776D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12776D is #ED8892. Grayscale: #575757. Windows color (decimal): -15566995 or 7173906. OLE color: 7173906.
HSL color Cylindrical-coordinate representation of color #12776D: hue angle of 174.06º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12776D is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 119 | 109 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.53 |
| HSL | 174.06º | 0.74% | 0.27% | - |
| HSV(B) | 174.06º | 0.85% | 0.47% | - |
| XYZ | 9.61 | 14.43 | 16.75 | - |
| YUV | 87.66 | 140.04 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 109 | 0.85 | 0 | 0.08 | 0.53 | 174.06 | 0.74 | 0.27 |
| Hex | 12 | 77 | 6D | 55 | 0 | 8 | 35 | AE | 4A | 1B |
| Octal | 22 | 167 | 155 | 125 | 0 | 10 | 65 | 256 | 112 | 33 |
| Binary | 10010 | 1110111 | 1101101 | 1010101 | 0 | 1000 | 110101 | 10101110 | 1001010 | 11011 |
Color Harmonies of #12776D
Complementary color
Monochromatic Colors of #12776D
Black with #12776D
Text Example
Text Example
White with #12776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12776D; }
p { color: rgb(18,119,109); }
H1.HeaderClassName
{
color: #12776D;
}
.AnyTagClassName
{
color: #12776D;
}
</style>
background-color css
<style>
a { background-color: #12776D; }
a { background-color: rgb(18,119,109); }
div.DivClassName
{
background-color: #12776D;
}
.BgClassName
{
background-color: #12776D;
}
</style>
border-color css
<style>
span { border-color: #12776D; }
span { border-color: rgb(18,119,109); }
td.TdClassName
{
border-color: #12776D;
}
.TagClassName
{
border-color: #12776D;
}
</style>