Shades of Deep Sea #127866
Tints of Deep Sea #127866
RGB
CMYK
RGB Variations
Color information
#127866 (or 0x127866) is known color: Deep Sea. HEX triplet: 12, 78 and 66. RGB value is (18,120,102). Sum of RGB (Red+Green+Blue) = 18+120+102=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #127866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127866 is #ED8799. Grayscale: #575757. Windows color (decimal): -15566746 or 6715410. OLE color: 6715410.
HSL color Cylindrical-coordinate representation of color #127866: hue angle of 169.41º 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 #127866 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 120 | 102 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.53 |
| HSL | 169.41º | 0.74% | 0.27% | - |
| HSV(B) | 169.41º | 0.85% | 0.47% | - |
| XYZ | 9.36 | 14.52 | 14.88 | - |
| YUV | 87.45 | 136.21 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 102 | 0.85 | 0 | 0.15 | 0.53 | 169.41 | 0.74 | 0.27 |
| Hex | 12 | 78 | 66 | 55 | 0 | F | 35 | A9 | 4A | 1B |
| Octal | 22 | 170 | 146 | 125 | 0 | 17 | 65 | 251 | 112 | 33 |
| Binary | 10010 | 1111000 | 1100110 | 1010101 | 0 | 1111 | 110101 | 10101001 | 1001010 | 11011 |
Color Harmonies of #127866
Complementary color
Monochromatic Colors of #127866
Black with #127866
Text Example
Text Example
White with #127866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127866; }
p { color: rgb(18,120,102); }
H1.HeaderClassName
{
color: #127866;
}
.AnyTagClassName
{
color: #127866;
}
</style>
background-color css
<style>
a { background-color: #127866; }
a { background-color: rgb(18,120,102); }
div.DivClassName
{
background-color: #127866;
}
.BgClassName
{
background-color: #127866;
}
</style>
border-color css
<style>
span { border-color: #127866; }
span { border-color: rgb(18,120,102); }
td.TdClassName
{
border-color: #127866;
}
.TagClassName
{
border-color: #127866;
}
</style>