Shades of Deep Sea #127A63
Tints of Deep Sea #127A63
RGB
CMYK
RGB Variations
Color information
#127A63 (or 0x127A63) is known color: Deep Sea. HEX triplet: 12, 7A and 63. RGB value is (18,122,99). Sum of RGB (Red+Green+Blue) = 18+122+99=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 122 (48.05% from 255 or 51.05% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 122 - color contains mainly: green. Hex color #127A63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127A63 is #ED859C. Grayscale: #585858. Windows color (decimal): -15566237 or 6519314. OLE color: 6519314.
HSL color Cylindrical-coordinate representation of color #127A63: hue angle of 166.73º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A63 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 122 | 99 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.52 |
| HSL | 166.73º | 0.74% | 0.27% | - |
| HSV(B) | 166.73º | 0.85% | 0.48% | - |
| XYZ | 9.46 | 14.95 | 14.19 | - |
| YUV | 88.28 | 134.04 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 99 | 0.85 | 0 | 0.19 | 0.52 | 166.73 | 0.74 | 0.27 |
| Hex | 12 | 7A | 63 | 55 | 0 | 13 | 34 | A7 | 4A | 1B |
| Octal | 22 | 172 | 143 | 125 | 0 | 23 | 64 | 247 | 112 | 33 |
| Binary | 10010 | 1111010 | 1100011 | 1010101 | 0 | 10011 | 110100 | 10100111 | 1001010 | 11011 |
Color Harmonies of #127A63
Complementary color
Monochromatic Colors of #127A63
Black with #127A63
Text Example
Text Example
White with #127A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127A63; }
p { color: rgb(18,122,99); }
H1.HeaderClassName
{
color: #127A63;
}
.AnyTagClassName
{
color: #127A63;
}
</style>
background-color css
<style>
a { background-color: #127A63; }
a { background-color: rgb(18,122,99); }
div.DivClassName
{
background-color: #127A63;
}
.BgClassName
{
background-color: #127A63;
}
</style>
border-color css
<style>
span { border-color: #127A63; }
span { border-color: rgb(18,122,99); }
td.TdClassName
{
border-color: #127A63;
}
.TagClassName
{
border-color: #127A63;
}
</style>