Shades of Deep Sea #127663
Tints of Deep Sea #127663
RGB
CMYK
RGB Variations
Color information
#127663 (or 0x127663) is known color: Deep Sea. HEX triplet: 12, 76 and 63. RGB value is (18,118,99). Sum of RGB (Red+Green+Blue) = 18+118+99=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #127663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127663 is #ED899C. Grayscale: #555555. Windows color (decimal): -15567261 or 6518290. OLE color: 6518290.
HSL color Cylindrical-coordinate representation of color #127663: hue angle of 168.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127663 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 118 | 99 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.54 |
| HSL | 168.6º | 0.74% | 0.27% | - |
| HSV(B) | 168.6º | 0.85% | 0.46% | - |
| XYZ | 8.98 | 13.99 | 14.03 | - |
| YUV | 85.93 | 135.37 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 99 | 0.85 | 0 | 0.16 | 0.54 | 168.6 | 0.74 | 0.27 |
| Hex | 12 | 76 | 63 | 55 | 0 | 10 | 36 | A9 | 4A | 1B |
| Octal | 22 | 166 | 143 | 125 | 0 | 20 | 66 | 251 | 112 | 33 |
| Binary | 10010 | 1110110 | 1100011 | 1010101 | 0 | 10000 | 110110 | 10101001 | 1001010 | 11011 |
Color Harmonies of #127663
Complementary color
Monochromatic Colors of #127663
Black with #127663
Text Example
Text Example
White with #127663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127663; }
p { color: rgb(18,118,99); }
H1.HeaderClassName
{
color: #127663;
}
.AnyTagClassName
{
color: #127663;
}
</style>
background-color css
<style>
a { background-color: #127663; }
a { background-color: rgb(18,118,99); }
div.DivClassName
{
background-color: #127663;
}
.BgClassName
{
background-color: #127663;
}
</style>
border-color css
<style>
span { border-color: #127663; }
span { border-color: rgb(18,118,99); }
td.TdClassName
{
border-color: #127663;
}
.TagClassName
{
border-color: #127663;
}
</style>