Shades of Deep Sea #127768
Tints of Deep Sea #127768
RGB
CMYK
RGB Variations
Color information
#127768 (or 0x127768) is known color: Deep Sea. HEX triplet: 12, 77 and 68. RGB value is (18,119,104). Sum of RGB (Red+Green+Blue) = 18+119+104=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #127768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127768 is #ED8897. Grayscale: #575757. Windows color (decimal): -15567000 or 6846226. OLE color: 6846226.
HSL color Cylindrical-coordinate representation of color #127768: hue angle of 171.09º 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 #127768 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 119 | 104 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.53 |
| HSL | 171.09º | 0.74% | 0.27% | - |
| HSV(B) | 171.09º | 0.85% | 0.47% | - |
| XYZ | 9.34 | 14.32 | 15.37 | - |
| YUV | 87.09 | 137.54 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 104 | 0.85 | 0 | 0.13 | 0.53 | 171.09 | 0.74 | 0.27 |
| Hex | 12 | 77 | 68 | 55 | 0 | D | 35 | AB | 4A | 1B |
| Octal | 22 | 167 | 150 | 125 | 0 | 15 | 65 | 253 | 112 | 33 |
| Binary | 10010 | 1110111 | 1101000 | 1010101 | 0 | 1101 | 110101 | 10101011 | 1001010 | 11011 |
Color Harmonies of #127768
Complementary color
Monochromatic Colors of #127768
Black with #127768
Text Example
Text Example
White with #127768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127768; }
p { color: rgb(18,119,104); }
H1.HeaderClassName
{
color: #127768;
}
.AnyTagClassName
{
color: #127768;
}
</style>
background-color css
<style>
a { background-color: #127768; }
a { background-color: rgb(18,119,104); }
div.DivClassName
{
background-color: #127768;
}
.BgClassName
{
background-color: #127768;
}
</style>
border-color css
<style>
span { border-color: #127768; }
span { border-color: rgb(18,119,104); }
td.TdClassName
{
border-color: #127768;
}
.TagClassName
{
border-color: #127768;
}
</style>